RadControls for Silverlight

Defines the position where the item will be dropped.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.2.611.1050

Syntax

C#
public enum TreeListViewDropPosition
Visual Basic
Public Enumeration TreeListViewDropPosition

Members

Member nameValueDescription
Before1 Item will be dropped before the target.
Inside2 Item will be dropped before inside the target.
After4 Item will be dropped after the target.

See Also