-
Home
-
API
-
Avalonia.Controls.Models.TreeDataGrid
-
IRows
-
Methods
-
RowIndexToModelIndex(Int32)
RowIndexToModelIndex(Int32) Method
Definition
Given a row index, returns a model index.
IndexPath RowIndexToModelIndex(int rowIndex)
Parameters
- rowIndex
- Int32
The row index.
Returns
- IndexPath
- The row index, or an empty path if the row index is not valid.