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