Property IsExpanded
IsExpanded
Gets a value indicating whether the tree item is in the expanded state.
[Browsable(false)]
public virtual bool IsExpanded { get; set; }
Property Value
- bool
trueif the tree item is in the expanded state; otherwise,false. Default isfalse.
Remarks
To track changing of this state, see ExpandedChanged, AfterExpand, AfterCollapse events.