Table of Contents

Class PortalFieldsGrid

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

Constructors

PortalFieldsGrid()

public PortalFieldsGrid()

Fields

RowRepeater

RowRepeater control.

protected Repeater RowRepeater

Field Value

Repeater

Remarks

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

UpdatePanel

UpdatePanel control.

protected UpdatePanel UpdatePanel

Field Value

UpdatePanel

Remarks

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

Properties

ColumnCount

protected int ColumnCount { get; set; }

Property Value

int

HideEditable

public bool HideEditable { get; set; }

Property Value

bool

HideMasked

public bool HideMasked { get; set; }

Property Value

bool

HideRequired

public bool HideRequired { get; set; }

Property Value

bool

Methods

IsGroupVisible()

protected bool IsGroupVisible()

Returns

bool

LoadData(Guid, string)

public void LoadData(Guid organizationIdentifier, string listName)

Parameters

organizationIdentifier Guid
listName string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs