TabControlDragDropMode Enum
Lists values that specify Stretch View‘s drag drop mode.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Members
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. |
#Related API Members
The following properties accept/return TabControlDragDropMode values:
#Remarks
The values listed by this enumeration are used to set the TabControlStretchView.DragDropMode property’s value.