CellIndex(Int32, IndexPath) Constructor

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Represents a cell in a TreeDataGrid.

public CellIndex(int ColumnIndex, IndexPath RowIndex)

Parameters

ColumnIndex
Int32

The index of the cell in the Columns collection.

RowIndex
IndexPath

The hierarchical index of the row model in the data source.