KaxTreeViewDropPosition Enumeration |
Specifies the position at which the user has dragged and dropped the source node(s) with regards to the
destination node.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum KaxTreeViewDropPosition
Public Enumeration KaxTreeViewDropPosition
public enum class KaxTreeViewDropPosition
type KaxTreeViewDropPosition
Members
| Member name | Value | Description |
---|
| Over | 0 |
The source node(s) is dropped over (onto) the destination node.
|
| Above | 1 |
The source node(s) is dropped above (before) the destination node.
|
| Below | 2 |
The source node(s) is dropped below (after) the destination node.
|
See Also