FixedMaskedTextProviderTConvertToText Property |
Gets or sets a delegate to convert the a value of type T to the mask string.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Func<T, string> ConvertToText { get; set; }
Public Property ConvertToText As Func(Of T, String)
Get
Set
member ConvertToText : Func<'T, string> with get, set
Property Value
Type:
FuncT,
StringThe delegate to convert the value to text.
See Also