Enum
DragExecutionMode

Provide options that controls the internal execution mechanism for RadDragAndDropManager.

Definition

Namespace:Telerik.Windows.Controls.DragDrop

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public enum DragExecutionMode

Fields

Default

Uses default execution mechanism through DragDropManager class and supports execution of RadDragAndDropManager class events.

Declaration

cs-api-definition
Default = 0

Field Value

DragExecutionMode

Disabled

Uses default execution mechanism through DragDropManager class. Will not process RadDragAndDropManager class events.

Declaration

cs-api-definition
Disabled = 2

Field Value

DragExecutionMode

Legacy

Uses legacy execution mechanism. through RadDragAndDropManager class. This option is provided for backwards compatibility.

Declaration

cs-api-definition
Legacy = 1

Field Value

DragExecutionMode

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