RadControls for Silverlight

Define the position where the item will be dropped.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.1050

Syntax

C#
public enum DropPosition
Visual Basic
Public Enumeration DropPosition

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.
Undefined8 Drop position of the item is not yet determined.

See Also