Enum
DragDropMode

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.

Declaration

cs-api-definition
Auto = 0

Field Value

DragDropMode

Immediate

Upon a drag-and-drop request, all the associated windows' state will immediately chang to "Floating"

Declaration

cs-api-definition
Immediate = 1

Field Value

DragDropMode

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.

Declaration

cs-api-definition
Preview = 2

Field Value

DragDropMode

In this article
DefinitionFieldsAutoImmediatePreview
Not finding the help you need?
Contact Support