Gets or sets a value indicating whether expanding/collapsing a tree branch propagates through this group.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool Expandable { get; set; } |
Visual Basic Copy Code |
---|
Public Property Expandable As Boolean |
true if expanding or collapsing of a tree branch should propagate through the group members; otherwise, false. The default is false.
By default expanding or collapsing tree branches is done by following the links between the branch nodes. If there are not links going out from a node, the expanding or collapsing stops there. However, if a node has a group of subordinated nodes, it could be desirable to continue expanding through them. To enable that, set the group's Expandable property to true.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |