EnumRadioButtonListT Class |
Namespace: Eto.Forms
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.EnumRadioButtonList`1"]
The EnumRadioButtonListT type exposes the following members.
Name | Description | |
---|---|---|
EnumRadioButtonListT | Initializes a new instance of the EnumRadioButtonListT class |
Name | Description | |
---|---|---|
GetText |
Gets or sets a delegate used to get the text value for each item.
| |
SelectedValue |
Gets or sets the currently selected enumeration value
| |
SelectedValueBinding |
Gets a binding to the SelectedValue property.
| |
SortAlphabetically |
Gets or sets a value indicating that the items in the list are sorted alphabetically, instead of by numerical value of the enumeration
|
Name | Description | |
---|---|---|
CreateDefaultItems |
Creates the default items.
(Overrides RadioButtonListCreateDefaultItems.) | |
OnAddValue |
Handles the AddValue event
|
Name | Description | |
---|---|---|
AddValue |
Event to handle when a value of the enumeration is added to the combo box
|