Skip to main content

IModelIndexableRow Interface

Definition

Assembly:Avalonia.Controls.TreeDataGrid
Package:Avalonia.Controls.TreeDataGrid

Represents a row from an integer indexed data source.

public interface IModelIndexableRow
Implements:IRow

Properties

NameDescription
ModelIndexGets the index of the model in its parent data source.
ModelIndexPathGets the index of the model from the root data source.

ModelIndex Property

Gets the index of the model in its parent data source.

public int ModelIndex { get; set; }

ModelIndexPath Property

Gets the index of the model from the root data source.

public Avalonia.Controls.IndexPath ModelIndexPath { get; set; }