Skip to main content

IRow<TModel> Interface

Definition

Assembly:Avalonia.Controls.TreeDataGrid
Package:Avalonia.Controls.TreeDataGrid
public interface IRow<TModel>
Implements:IRow

Methods

NameDescription
UpdateModelIndexUpdates the model index due to a change in the data source.

UpdateModelIndex Method

Updates the model index due to a change in the data source.

public void UpdateModelIndex(int delta)

Parameters

delta int

The index delta.

Properties

NameDescription
ModelGets the row model.

Model Property

Gets the row model.

public TModel Model { get; set; }