Skip to main content

ExpandCollapseState Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Contains values that specify the Avalonia.Automation.ExpandCollapseState of a UI Automation element.

public enum ExpandCollapseState

Inheritance: Enum -> ExpandCollapseState

Fields

NameDescription
CollapsedNo child nodes, controls, or content of the UI Automation element are displayed.
ExpandedAll child nodes, controls or content of the UI Automation element are displayed.
LeafNodeThe UI Automation element has no child nodes, controls, or content to display.
PartiallyExpandedSome, but not all, child nodes, controls, or content of the UI Automation element are displayed.

Collapsed Field

No child nodes, controls, or content of the UI Automation element are displayed.

public Avalonia.Automation.ExpandCollapseState Collapsed

Expanded Field

All child nodes, controls or content of the UI Automation element are displayed.

public Avalonia.Automation.ExpandCollapseState Expanded

LeafNode Field

The UI Automation element has no child nodes, controls, or content to display.

public Avalonia.Automation.ExpandCollapseState LeafNode

PartiallyExpanded Field

Some, but not all, child nodes, controls, or content of the UI Automation element are displayed.

public Avalonia.Automation.ExpandCollapseState PartiallyExpanded