ValidateValue Property
A method which returns "false" for values that are never valid for this property.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Func<TValue, bool>? ValidateValue { get; }
Public ReadOnly Property ValidateValue As Func(Of TValue, Boolean)
Get
member ValidateValue : Func<'TValue, bool> with get