Table of Contents

Class ContactGrid

Namespace
InSite.Admin.Messages.Contacts.Controls
Assembly
InSite.UI.dll
public class ContactGrid : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
ContactGrid
Implements
Inherited Members

Constructors

ContactGrid()

public ContactGrid()

Fields

AddButton

AddButton control.

protected Button AddButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ButtonPanel

ButtonPanel control.

protected Panel ButtonPanel

Field Value

Panel

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DeleteButton

DeleteButton control.

protected Button DeleteButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FilterSection

FilterSection control.

protected HtmlGenericControl FilterSection

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

GroupCard

GroupCard control.

protected HtmlGenericControl GroupCard

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

GroupGrid

GroupGrid control.

protected ContactGridGroup GroupGrid

Field Value

ContactGridGroup

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PersonCard

PersonCard control.

protected HtmlGenericControl PersonCard

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PersonGrid

PersonGrid control.

protected ContactGridPerson PersonGrid

Field Value

ContactGridPerson

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SearchInput

SearchInput control.

protected InputSearch SearchInput

Field Value

InputSearch

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SearchPanel

SearchPanel control.

protected Panel SearchPanel

Field Value

Panel

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Properties

GroupCount

public int GroupCount { get; }

Property Value

int

PersonCount

public int PersonCount { get; }

Property Value

int

Methods

LoadData(Guid, string)

public void LoadData(Guid id, string type)

Parameters

id Guid
type string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

Refresh()

public void Refresh()

Events

Refreshed

public event EventHandler Refreshed

Event Type

EventHandler