Table of Contents

Class CheckBoxList

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class CheckBoxList : BaseToggleList<CheckBox>, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IEditableTextControl, ITextControl, IRepeatInfoUser, INamingContainer, IPostBackDataHandler
Inheritance
CheckBoxList
Implements
Inherited Members

Constructors

CheckBoxList()

public CheckBoxList()

Properties

DisableTranslation

public bool DisableTranslation { get; set; }

Property Value

bool

Methods

GetToggleToRepeat()

protected override CheckBox GetToggleToRepeat()

Returns

CheckBox

LoadPostData(string, string, int)

protected override int? LoadPostData(string key, string value, int selectedIndex)

Parameters

key string
value string
selectedIndex int

Returns

int?

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

SetupToggleToRepeat(CheckBox, ListItem, int)

protected override void SetupToggleToRepeat(CheckBox toggle, ListItem item, int index)

Parameters

toggle CheckBox
item ListItem
index int