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 |