RadControls for WinForms

Defines the supported drag-and-drop modes by a DragDropService.

Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock (in Telerik.WinControls.RadDock.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum DragDropMode
Visual Basic
Public Enumeration DragDropMode

Members

Member nameValueDescription
Auto0 The associated RadDock instance decides which is the appropriate mode, depending on the drag context.
Immediate1 Upon a drag-and-drop request, all the associated windows' state will immediately chang to "Floating"
Preview2 A preview mode, which does not change the state of the dragged windows and simply hints where the windows will be positioned upon a commit.

See Also