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
Before
Item will be dropped before the target.
Declaration
public const DropPosition Before
Field Value
Inside
Item will be dropped before inside the target.
Declaration
public const DropPosition Inside
Field Value
Undefined
Drop position of the item is not yet determined.
Declaration
public const DropPosition Undefined
Field Value
value__
Declaration
public int value__
Field Value
System.
|