Skip to main content

IExpander Interface

Definition

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

Represents an element which may expand.

public interface IExpander

Properties

NameDescription
IsExpandedGets or sets a value indicating whether the element is expanded.
ShowExpanderGets or sets a value indicating whether expander should be shown.

IsExpanded Property

Gets or sets a value indicating whether the element is expanded.

public bool IsExpanded { get; set; }

ShowExpander Property

Gets or sets a value indicating whether expander should be shown.

public bool ShowExpander { get; set; }