IModelIndexableRow Interface
Definition
Represents a row from an integer indexed data source.
public interface IModelIndexableRow
Properties
| Name | Description |
|---|---|
| ModelIndex | Gets the index of the model in its parent data source. |
| ModelIndexPath | Gets 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; }