Home
Home
Docs
API
Theme
System
Light
Dark
GitHub
Menu
Loading menu…
Home
API
Avalonia.Controls.Selection
ITreeDataGridCellSelectionModel
Properties
SelectedIndexes
Menu
On this page
SelectedIndexes Property
Definition
Namespace
Avalonia.Controls.Selection
Assembly
Avalonia.Controls.TreeDataGrid.dll
View source
Gets the indexes of the currently selected cells.
IReadOnlyList<CellIndex> SelectedIndexes { get; }
Returns
IReadOnlyList<CellIndex>