Gets a value indicating whether this Node can be expanded.

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

Syntax

C#
[BindableAttribute(false)]
public bool CanExpand { get; }
Visual Basic (Declaration)
<BindableAttribute(False)> _
Public ReadOnly Property CanExpand As Boolean

See Also