Specifies what action is triggered by the +/- buttons that are displayed near expandable nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public enum ExpandButtonAction |
Visual Basic Copy Code |
---|
Public Enum ExpandButtonAction |
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. |