RowIndexToModelIndex(Int32) Method

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

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.