Gets a value indicating whether the branch can be expanded for any of the selected nodes in this TreeListView.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)

Syntax

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

See Also