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