AvaloniaListTValidate 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) Version: 11.3.999
public Action<T>? Validate { get; set; }

Property Value

ActionT

See Also