Gets or sets a value indicating whether the subtree starting from this node is expanded.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public virtual bool Expanded { get; set; } |
Visual Basic Copy Code |
---|
Public Overridable Property Expanded As Boolean |
true if the tree starting from this node is expanded; otherwise, false.
This property is useful mostly when nodes form a tree-like hierarchical structure. Set it to false to make the subtree starting from a node collapse, with all its child nodes and links becoming invisible. Set it to true to show the child nodes and links again.
A user is allowed to expand or collapse the tree that starts from a node interactively if the Expandable property of that node is enabled.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |