-
Home
-
API
-
Avalonia.Controls.Selection
-
TreeDataGridCellSelectionModel
-
Methods
-
IsSelected(Int32, IndexPath)
IsSelected(Int32, IndexPath) Method
Definition
Checks whether the specified cell is selected.
public bool IsSelected(int columnIndex, IndexPath rowIndex)
Parameters
- columnIndex
- Int32
The column index of the cell.
Returns