Search
ExpandButtonAction Enumeration
See Also
 





Specifies what action is triggered by the +/- buttons that are displayed near expandable nodes.

Namespace: MindFusion.Diagramming
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
ExpandButtonAction = {}

 Members

  Member name Description

ExpandTreeBranch

Expands or collapses the children of a node in a tree-like diagram and raises the treeExpanded or treeCollapsed event.

RaiseEvents

Raises the expandButtonClicked event.

 Remarks

Members of this enumeration can be assigned to the expandButtonAction property of Diagram.

 See Also