DropPosition
Enum
Define the position where the item will be dropped.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
[Flags]
public enum DropPosition
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
Drop position of the item is not yet determined.
C#
Undefined = 8