Click or drag to resize

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; }

Property Value

Type: FuncT, String
The delegate to convert the value to text.
See Also