Gets or sets the expansion indicator of this Node. This is a dependency property.

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

See Also