Table of Contents

Property IsExpanded

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsExpanded

Gets a value indicating whether the tree item is in the expanded state.

[Browsable(false)]
public bool IsExpanded { get; set; }

Property Value

bool

true if the tree item is in the expanded state; otherwise, false. Default is false.

Remarks

To track changing of this state, see ExpandedChanged, AfterExpand, AfterCollapse events.