Provide options that controls the internal execution mechanism for RadDragAndDropManager.
Definition
Namespace:Telerik.Windows.Controls.DragDrop
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum DragExecutionMode
Fields
Uses default execution mechanism through DragDropManager class and supports execution of RadDragAndDropManager class events.
C#
Default = 0
Uses default execution mechanism through DragDropManager class. Will not process RadDragAndDropManager class events.
C#
Disabled = 2
Uses legacy execution mechanism. through RadDragAndDropManager class. This option is provided for backwards compatibility.
C#
Legacy = 1