Enum TreeNodeEditingAction
Defines the constant that specifies the type of source by which the TreeNodeAdv can be edited.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum TreeNodeEditingAction
Fields
| Name | Description |
|---|---|
| Keyboard | Editing is performed by pressing F2 key after selecting a node. |
| Mouse | Editing is performed by double clicking on the node. |
| Programmatic | Editing is performed through BeginEdit method. |
| Touch | Editing is performed by double touch on the node. |