WinForms

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

    Show / Hide Table of Contents

    Enum TreeViewDropPositions

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

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    [Flags]
    public enum TreeViewDropPositions

    Fields

    Name Description
    AboveNode

    Applied drop option in above node position.

    All

    Applied drop option in all position of node.

    BelowNode

    Applied drop option in below node position.

    None

    None of the drop option.

    OnNode

    Applied drop option on the node position.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved