NumericMaskedTextProviderValidate Property |
Gets or sets a delegate used to validate the mask.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Func<string, bool> Validate { get; set; }
Public Property Validate As Func(Of String, Boolean)
Get
Set
member Validate : Func<string, bool> with get, set
Property Value
Type:
FuncString,
BooleanThe validation delegate.
See Also