Class DockingDragDropMode
Specifies the drag drop mode of RadDocking.
Inheritance
System.Object
DockingDragDropMode
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public sealed class DockingDragDropMode : Enum
Fields
Deferred
DragDropMode that allows to drag drop RadPane or RadPaneGroup without opening them in a new ToolWindow.
Declaration
public const DockingDragDropMode Deferred
Field Value
DockingDragDropMode
|
Immediate
DragDropMode that opens the dragged RadPane or RadPaneGroup in a new ToolWindow.
Declaration
public const DockingDragDropMode Immediate
Field Value
DockingDragDropMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|