Class DropPosition
Define the position where the item will be dropped.
Inheritance
System.Object
DropPosition
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class DropPosition : Enum
Fields
After
Item will be dropped after the target.
Declaration
public const DropPosition After
Field Value
DropPosition
|
Before
Item will be dropped before the target.
Declaration
public const DropPosition Before
Field Value
DropPosition
|
Inside
Item will be dropped before inside the target.
Declaration
public const DropPosition Inside
Field Value
DropPosition
|
Undefined
Drop position of the item is not yet determined.
Declaration
public const DropPosition Undefined
Field Value
DropPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|