SelectedIndexes Property

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Gets the indexes of the items that were added to the selection.

public abstract IReadOnlyList<IndexPath> SelectedIndexes { get; }

Returns