property Item.Expanded as Boolean
Expands or collapses the item.

TypeDescription
Boolean A Boolean expression that specifies whether the item is expanded or collapsed.
The Expanded property specifies whether the item is expanded or collapsed. The ExpandAll method expands all items in the collection. The CollapseAll method expands all items in the collection. The LinesAtRoot property link items at the root of the hierarchy. The FaceTreeExpandItem event notifies once the item is expanded or collapsed. The HasButtons property specifies whether the control displays any glyph next to the collapsed/expanded element. The Background(exTreeGlyphCollapsed) / Background(exTreeGlyphExpanded) property specifies the visual appearance to show the glyph next to the collapsed/expanded element.