Enum DragDropMode
Defines the supported drag-and-drop modes by a DragDropService.
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public enum DragDropMode
Auto
The associated RadDock instance decides which is the appropriate mode, depending on the drag context.
Immediate
Upon a drag-and-drop request, all the associated windows' state will immediately chang to "Floating"
Preview
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.