Click or drag to resize

EnumDropDownTGetText Property

Gets or sets a delegate used to get the text value for each item.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Func<T, string> GetText { get; set; }

Property Value

Type: FuncT, String
Remarks
You can use this delegate to provide translated or custom text for each enumeration. Otherwise, the name of the enum is used.
See Also