AvaloniaListTValidate Property
Gets or sets a validation routine that can be used to validate items before they are
added.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Action<T>? Validate { get; set; }
Public Property Validate As Action(Of T)
Get
Set
member Validate : Action<'T> with get, set
Property Value
ActionT