Gets or sets a value indicating whether expansion is enabled for 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 IsExpansionEnabled { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property IsExpansionEnabled As Boolean

See Also