-
Home
-
API
-
Avalonia.Controls
-
CellIndex
-
Constructors
-
CellIndex(Int32, IndexPath)
CellIndex(Int32, IndexPath) Constructor
Definition
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.