Skip to main content

IRow Interface

Definition

Assembly:Avalonia.Controls.TreeDataGrid
Package:Avalonia.Controls.TreeDataGrid
public interface IRow

Properties

NameDescription
HeaderGets the row header.
HeightGets the height of the row.
ModelGets the row model.

Header Property

Gets the row header.

public object Header { get; set; }

Height Property

Gets the height of the row.

public Avalonia.Controls.GridLength Height { get; set; }

Model Property

Gets the row model.

public object Model { get; set; }