Click or drag to resize
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.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum KaxTreeViewDropPosition
Members
  Member nameValueDescription
Over0 The source node(s) is dropped over (onto) the destination node.
Above1 The source node(s) is dropped above (before) the destination node.
Below2 The source node(s) is dropped below (after) the destination node.
See Also