CheckBoxList Class |
Namespace: Eto.Forms
The CheckBoxList type exposes the following members.
Name | Description | |
---|---|---|
CheckBoxList |
Initializes a new instance of the CheckBoxList class.
|
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.
|
Name | Description | |
---|---|---|
CreateDefaultItems |
Creates the default items.
| |
OnLoad |
Raises the load event.
(Overrides ContainerOnLoad(EventArgs).) | |
OnSelectedKeysChanged |
Raises the SelectedKeysChanged event.
| |
OnSelectedValuesChanged |
Raises the SelectedValuesChanged event.
|
Name | Description | |
---|---|---|
SelectedKeysChanged |
Occurs when SelectedKeys changes.
| |
SelectedValuesChanged |
Occurs when SelectedValues changes.
|