Gets or sets a value indicating whether users are allowed to expand or collapse the subtree that starts from this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public bool Expandable { get; set; } |
Visual Basic
![]() |
---|
Public Property Expandable As Boolean |
true to display expand/collapse button beside the node; otherwise false.
This property is useful mostly when nodes form a tree-like hierarchical structure.