[]
Defines the behavior of the C1TreeView when the expand button is clicked.
public enum ExpandButtonBehavior
Name | Description |
---|---|
MouseDown | The C1TreeView collapses and expands a node on the MouseDown event. |
MouseUp | The C1TreeView collapses and expands a node on the MouseUp event. |