[]
        
(Showing Draft Content)

C1.Win.TreeView.ExpandButtonBehavior

ExpandButtonBehavior Enum

Defines the behavior of the C1TreeView when the expand button is clicked.

Namespace: C1.Win.TreeView
Assembly: C1.Win.TreeView.8.dll
Syntax
public enum ExpandButtonBehavior

Fields

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.