IExpanderCell Interface
Definition
Represents a cell in a Avalonia.Controls.HierarchicalTreeDataGridSource<T> which displays an expander to reveal nested data.
public interface IExpanderCell
Properties
Content Property
Gets the cell content.
public object Content { get; set; }
Row Property
Gets the row that the cell belongs to.
public Avalonia.Controls.Models.TreeDataGrid.IRow Row { get; set; }