Property IsExpanded
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 isfalse
.
Remarks
To track changing of this state, see ExpandedChanged, AfterExpand, AfterCollapse events.