IsSelected(CellIndex) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Checks whether the specified cell is selected.

bool IsSelected(CellIndex index)

Parameters

index
CellIndex

The index of the cell.

Returns