Class DragDropMode
Specifies the drag drop mode for Rad
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
None
Reorder
Reorder in tab strip is allowed only.
Declaration
public const DragDropMode Reorder
Field Value
value__
Declaration
public int value__
Field Value
System.
|