Sets a value indicating whether users are allowed to expand or collapse the tree branch that starts from this node.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public ControlNodeBuilder expandable ( |
true if the tree branch that starts from this node can be expanded or collapsed by users, otherwise false.
This DiagramNodeBuilder instance.
See Also