EnumDropDown<T> Class |
Namespace: Eto.Forms
The EnumDropDown<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | EnumDropDown<T> | Initializes a new instance of the EnumDropDown<T> 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 new binding for 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 | |
---|---|---|
![]() | CreateDefaultDataStore |
Creates the default data store for the list.
(Overrides ListControl.CreateDefaultDataStore().) |
![]() | OnAddValue |
Handles the AddValue event
|
Name | Description | |
---|---|---|
![]() | AddValue |
Event to handle when a value of the enumeration is added to the combo box
|