Enum DropPosition
Define the position where the item will be dropped.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[Flags]
public enum DropPosition
After
Item will be dropped after the target.
Before
Item will be dropped before the target.
Inside
Item will be dropped before inside the target.
Undefined
Drop position of the item is not yet determined.