Class TreeViewAdvAction
Defines the constant that specifies the action that raised a TreeViewAdv event.
Inheritance
System.Object
TreeViewAdvAction
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class TreeViewAdvAction : Enum
Fields
ByKeyboard
The event was caused by a keystroke.
Declaration
public const TreeViewAdvAction ByKeyboard
Field Value
| Type |
|---|
| TreeViewAdvAction |
ByMouse
The event was caused by a mouse operation.
Declaration
public const TreeViewAdvAction ByMouse
Field Value
| Type |
|---|
| TreeViewAdvAction |
Collapse
The event was caused by the TreeNodeAdv collapsing.
Declaration
public const TreeViewAdvAction Collapse
Field Value
| Type |
|---|
| TreeViewAdvAction |
Expand
The event was caused by the TreeNodeAdv expanding.
Declaration
public const TreeViewAdvAction Expand
Field Value
| Type |
|---|
| TreeViewAdvAction |
Unknown
The action that caused the event is unknown.
Declaration
public const TreeViewAdvAction Unknown
Field Value
| Type |
|---|
| TreeViewAdvAction |