Class TreeListViewDropPosition
Defines the position where the item will be dropped.
Inheritance
System.Object
TreeListViewDropPosition
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class TreeListViewDropPosition : Enum
Fields
After
Item will be dropped after the target.
Declaration
public const TreeListViewDropPosition After
Field Value
TreeListViewDropPosition
|
Before
Item will be dropped before the target.
Declaration
public const TreeListViewDropPosition Before
Field Value
TreeListViewDropPosition
|
Inside
Item will be dropped before inside the target.
Declaration
public const TreeListViewDropPosition Inside
Field Value
TreeListViewDropPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|