alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeViewDropPositions

    Defines the constant that specify the position where a drop can occur during drag-and-drop.

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

    Fields

    AboveNode

    Represents above node TreeViewDropPosition.

    Declaration
    public const TreeViewDropPositions AboveNode
    Field Value
    Type
    TreeViewDropPositions

    All

    Represents all TreeViewDropPositions.

    Declaration
    public const TreeViewDropPositions All
    Field Value
    Type
    TreeViewDropPositions

    BelowNode

    Represents below node TreeViewDropPositions.

    Declaration
    public const TreeViewDropPositions BelowNode
    Field Value
    Type
    TreeViewDropPositions

    None

    Represents none Position.

    Declaration
    public const TreeViewDropPositions None
    Field Value
    Type
    TreeViewDropPositions

    OnNode

    Represents onnode TreeViewDropPosition.

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