alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TreeNodeEditingAction

    Defines the constant that specifies the type of source by which the TreeNodeAdv can be edited.

    Inheritance
    System.Object
    TreeNodeEditingAction
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class TreeNodeEditingAction : Enum

    Fields

    Keyboard

    Editing is performed by pressing F2 key after selecting a node.

    Declaration
    public const TreeNodeEditingAction Keyboard
    Field Value
    Type
    TreeNodeEditingAction

    Mouse

    Editing is performed by double clicking on the node.

    Declaration
    public const TreeNodeEditingAction Mouse
    Field Value
    Type
    TreeNodeEditingAction

    Programmatic

    Editing is performed through BeginEdit method.

    Declaration
    public const TreeNodeEditingAction Programmatic
    Field Value
    Type
    TreeNodeEditingAction

    Touch

    Editing is performed by double touch on the node.

    Declaration
    public const TreeNodeEditingAction Touch
    Field Value
    Type
    TreeNodeEditingAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved