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
Before
Item will be dropped before the target.
Declaration
public const TreeListViewDropPosition Before
Field Value
Inside
Item will be dropped before inside the target.
Declaration
public const TreeListViewDropPosition Inside
Field Value
value__
Declaration
public int value__
Field Value
System.
|