AvaloniaList<T>.

Validate Property

Summary

Gets or sets a validation routine that can be used to validate items before they are added.
Namespace
Avalonia.Collections
Containing Type
AvaloniaList<T>

Syntax

public Action<T> Validate { get; set; }

Value

Type Description
Action<T>