-
Home
-
API
-
Avalonia.Controls.Selection
-
TreeSelectionModelSelectionChangedEventArgs
-
Properties
-
SelectedIndexes
SelectedIndexes Property
Definition
Gets the indexes of the items that were added to the selection.
public override IReadOnlyList<IndexPath> SelectedIndexes { get; }
Returns