RadioButtonList Properties |
The RadioButtonList 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 RadioButtonList is enabled.
(Overrides ControlEnabled.) | |
ItemKeyBinding |
Gets or sets the binding to get the key for each radio button.
| |
Items |
Gets the item collection, when adding items programatically.
| |
ItemTextBinding |
Gets or sets the binding to get the text for each radio button.
| |
ItemToolTipBinding |
Gets or sets the binding to get the tooltip text for each radio button.
| |
KeyBinding | Obsolete.
Gets or sets the binding to get the key for each radio button.
| |
Orientation |
Gets or sets the orientation of the radio buttons.
| |
SelectedIndex |
Gets or sets the index of the selected item.
| |
SelectedIndexBinding |
Gets a binding to the SelectedIndex property.
| |
SelectedKey |
Gets or sets the selected key of the currently selected item using the ItemKeyBinding.
| |
SelectedKeyBinding |
Gets a binding to the SelectedKey property.
| |
SelectedValue |
Gets or sets the selected value, which is the ListItem or object in your custom data store.
| |
SelectedValueBinding |
Gets a binding to the SelectedValue property.
| |
Spacing |
Gets or sets the spacing between each radio button.
| |
TextBinding | Obsolete.
Gets or sets the binding to get the text for each radio button.
| |
TextColor |
Gets or sets the color of the radio button text.
|