TabControlStretchView.DragDropMode Property
Gets or sets the stretch view drag and drop mode. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public TabControlDragDropMode DragDropMode { get; set; }
#Property Value
Type | Description |
---|---|
Tab |
An Tab The default is Tab |
Available values:
Name | Description |
---|---|
Reorder |
Allows reordering of tab items. |
Reorder |
Allows reordering tab items and moving them between different tab controls with the same Tab |
Full | Allows reordering tab items, moving items between different tab controls (with the same Tab |
None | Drag-and-drop is not available. |