MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramNode.getExpanded Method

See Also
 





Gets a value indicating whether the tree branch starting at this node is expanded.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

function getExpanded ()

 Return Value

true if the branch starting at this node is expanded; otherwise, false.

 See Also