DeselectedItems Property

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Gets the items that were removed from the selection.

public IReadOnlyList<T?> DeselectedItems { get; }

Returns