Validate Property
Gets or sets a validation routine that can be used to validate items before they are added.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Action<T>? Validate { get; set; }
Public Property Validate As Action(Of T)
Get
Set
member Validate : Action<'T> with get, set