Class DragExecutionMode
Provide options that controls the internal execution mechanism for RadDragAndDropManager.
Inheritance
Namespace: Telerik.Windows.Controls.DragDrop
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class DragExecutionMode : Enum
Fields
Default
Uses default execution mechanism through DragDropManager class and supports execution of RadDragAndDropManager class events.
Declaration
public const DragExecutionMode Default
Field Value
Disabled
Uses default execution mechanism through DragDropManager class. Will not process RadDragAndDropManager class events.
Declaration
public const DragExecutionMode Disabled
Field Value
Legacy
Uses legacy execution mechanism. through RadDragAndDropManager class. This option is provided for backwards compatibility.
Declaration
public const DragExecutionMode Legacy
Field Value
value__
Declaration
public int value__
Field Value
System.
|