alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeViewDropPositions

    Defines the constants that specifies the position where a drop can occur during drag-and-drop.

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

    Fields

    AboveNode

    Applied drop option in above node position.

    Declaration
    public const TreeViewDropPositions AboveNode
    Field Value
    Type
    TreeViewDropPositions

    All

    Applied drop option in all position of node.

    Declaration
    public const TreeViewDropPositions All
    Field Value
    Type
    TreeViewDropPositions

    BelowNode

    Applied drop option in below node position.

    Declaration
    public const TreeViewDropPositions BelowNode
    Field Value
    Type
    TreeViewDropPositions

    None

    None of the drop option.

    Declaration
    public const TreeViewDropPositions None
    Field Value
    Type
    TreeViewDropPositions

    OnNode

    Applied drop option on the node position.

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