Property validateValue
validateValue
Set this property to a reference of your custom function which will validate the current value
of a UI element.
If the property is `null`, there wont be any validation process so by convention the `value` will be always valid.
Declaration
Func<TValueType, bool> validateValue { get; set; }
Property Value
Type | Description |
---|---|
Func<TValueType, bool> |