Specifies what action is triggered by the +/- buttons that are displayed near expandable nodes.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public enum ExpandButtonAction |
Visual Basic
![]() |
---|
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. |
The members of this enumeration can be assigned to the ExpandButtonAction property of the Diagram class.
WpfDiagram Programmer's Guide | © 2025 MindFusion |