EnumRadioButtonListTGetText 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; }
Public Property GetText As Func(Of T, String)
Get
Set
member GetText : Func<'T, string> with get, set
Property Value
Type:
FuncT,
StringRemarks
You can use this delegate to provide translated or custom text for each enumeration.
Otherwise, the name of the enum is used.
See Also