EnumDropDownTSortAlphabetically Property |
Gets or sets a value indicating that the items in the list are sorted alphabetically, instead of by numerical value of the enumeration
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool SortAlphabetically { get; set; }
Public Property SortAlphabetically As Boolean
Get
Set
member SortAlphabetically : bool with get, set
Property Value
Type:
BooleanSee Also