Defines the position where the item will be dropped.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public enum TreeListViewDropPosition
Fields
Item will be dropped after the target.
C#
After = 4
Item will be dropped before the target.
C#
Before = 1
Item will be dropped before inside the target.
C#
Inside = 2