CheckBoxList Properties |
The CheckBoxList type exposes the following members.
| Name | Description | |
|---|---|---|
| DataStore |
Gets or sets the data store of the items shown in the list.
| |
| Enabled |
Gets or sets a value indicating whether this CheckBoxList is enabled.
(Overrides ControlEnabled.) | |
| ItemKeyBinding |
Gets or sets the binding to get the key for each check box.
| |
| Items |
Gets the item collection, when adding items programatically.
| |
| ItemTextBinding |
Gets or sets the binding to get the text for each check box.
| |
| ItemToolTipBinding |
Gets or sets the binding to get the tooltop for each check box.
| |
| Orientation |
Gets or sets the orientation of the radio buttons.
| |
| SelectedKeys |
Gets or sets the selected key of the currently selected item using the ItemKeyBinding.
| |
| SelectedKeysBinding |
Gets a binding to the SelectedKeys property.
| |
| SelectedValues |
Gets or sets the selected value, which is the ListItem or object in your custom data store.
| |
| SelectedValuesBinding |
Gets a binding to the SelectedValues property.
| |
| Spacing |
Gets or sets the spacing between each radio button.
| |
| TextColor |
Gets or sets the color of the radio button text.
|