Search
DiagramNode.getExpanded Method
See Also
 

Gets a value indicating whether the tree branch that starts from a node is expanded or collapsed.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean getExpanded ()

 Return Value

true if the tree branch that starts from this node is currently expanded, otherwise false.

 See Also