EnumDragDropMode
Enum
Defines the supported drag-and-drop modes by a DragDropService.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public enum DragDropMode
Fields
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.