Class ContactGrid
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ButtonPanel
ButtonPanel control.
protected Panel ButtonPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DeleteButton
DeleteButton control.
protected Button DeleteButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FilterSection
FilterSection control.
protected HtmlGenericControl FilterSection
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GroupCard
GroupCard control.
protected HtmlGenericControl GroupCard
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GroupGrid
GroupGrid control.
protected ContactGridGroup GroupGrid
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PersonCard
PersonCard control.
protected HtmlGenericControl PersonCard
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PersonGrid
PersonGrid control.
protected ContactGridPerson PersonGrid
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchInput
SearchInput control.
protected InputSearch SearchInput
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchPanel
SearchPanel control.
protected Panel SearchPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
GroupCount
public int GroupCount { get; }
Property Value
PersonCount
public int PersonCount { get; }
Property Value
Methods
LoadData(Guid, string)
public void LoadData(Guid id, string type)
Parameters
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
Refresh()
public void Refresh()
Events
Refreshed
public event EventHandler Refreshed