Click or drag to resize

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

Property Value

Type: FuncString, Boolean
The validation delegate.
See Also