IRow Interface
Definition
Represents a row in an Avalonia.Controls.ITreeDataGridSource.
public interface IRow
Properties
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; }