ASP.NET Pack Programmer's Guide
DiagramNode.setExpandable Method
See Also
 





Sets a value indicating whether users are allowed to expand or collapse the tree branch that starts at this node.

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

function setExpandable (value)

 Parameters

value

true to display expand/collapse button beside the node, otherwise false.

 Remarks

This property is useful mostly when nodes form a tree-like hierarchical structure.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace
setExpanded Method
treeCollapsed Event
treeExpanded Event