IsSelected(Int32, IndexPath) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Checks whether the specified cell is selected.

public bool IsSelected(int columnIndex, IndexPath rowIndex)

Parameters

columnIndex
Int32

The column index of the cell.

rowIndex
IndexPath

The row index of the cell.

Returns