Skip to main content

IExpanderCell Interface

Definition

Assembly:Avalonia.Controls.TreeDataGrid
Package:Avalonia.Controls.TreeDataGrid

Represents a cell in a Avalonia.Controls.HierarchicalTreeDataGridSource<T> which displays an expander to reveal nested data.

public interface IExpanderCell

Implements: ICell, IExpander

Properties

NameDescription
ContentGets the cell content.
RowGets the row that the cell belongs to.

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; }