Gets or sets the expansion indicator of this SimpleNodeItem. If a parent node is expanded its child nodes become visible. If a parent node is collapsed its child nodes become invisible.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)

Syntax

C#
[BindableAttribute(true)]
public bool IsExpanded { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property IsExpanded As Boolean

Implements

INodeItem..::.IsExpanded

See Also