The CheckBoxList type exposes the following members.

Constructors

  Name Description
Public method CheckBoxList
Initializes a new instance of the CheckBoxList class

Methods

  Name Description
Public method DataBind
Binds a data source to the invoked server control and all its child controls.
(Overrides BaseDataBoundControl..::..DataBind()()()().)

Properties

  Name Description
Public property AutoSize
Decides auto sizing of Control content.
Public property ClientID
Gets the server control short identifier generated by Framework.
(Overrides Control..::..ClientID.)
Public property CssIncludeGroup
Determines the CSS group the controls automatically generated style information will be part of.
Public property DisabledAutoPostBackImage
A list of image sources to use for the auto postback image button.
Public property EnableAutoPostBackButton
Property to allow user to Enable/Disable AutoPostBack button
Public property EnabledAutoPostBackImage
A list of image sources to use for the enabled auto postback image button.
Public property PersistState
Gets or sets the bool value to indicate the CheckBoxList to persist the latest slected list items into MobileProfile. Default value is true.
Public property ProfileDataKey

controls within the same application can share previous historic entries using the ProfileDataKey. Set ProfileDataKey to the same value on different controls on the same page.

Note Note needs to be enabled for ProfileDataKey to share previous entries.
Public property StyleClientID
Returns the controls clientid as string
Public property StyleID
A list of filters that when matched can be used to override the default stylesheet.

Events

  Name Description
Public event AdapterRender
Control events meant for only internal implementations and should not be used in any of the application logic.

See Also