Skip to main content

DeselectedIndexes Property

Gets the indexes of the items that were removed from the selection.

Definition

Namespace: Avalonia.Controls.Selection
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public abstract IReadOnlyList<int> DeselectedIndexes { get; }
View Source

Property Value

IReadOnlyList(Int32)

See Also

Reference

SelectionModelSelectionChangedEventArgs Class
Avalonia.Controls.Selection Namespace