Class DragDropMode
Specifies the drag drop mode for RadTabbedWindow.
Inheritance
System.Object
DragDropMode
Namespace: Telerik.Windows.Controls.TabbedWindow.DragDrop
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class DragDropMode : Enum
Fields
Default
DragReorder and drag out of TabControl is allowed (like in modern browsers).
Declaration
public const DragDropMode Default
Field Value
DragDropMode
|
None
Reorder
Reorder in tab strip is allowed only.
Declaration
public const DragDropMode Reorder
Field Value
DragDropMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|