Back to Devexpress

TabControlDragDropMode Enum

wpf-devexpress-dot-xpf-dot-core-04f1bafd.md

latest1.9 KB
Original Source

TabControlDragDropMode Enum

Lists values that specify Stretch View‘s drag drop mode.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum TabControlDragDropMode
vb
Public Enum TabControlDragDropMode

Members

NameDescription
ReorderOnly

Allows reordering of tab items.

| | ReorderAndMove |

Allows reordering tab items and moving them between different tab controls with the same TabControlStretchView.DragDropRegion.

| | Full |

Allows reordering tab items, moving items between different tab controls (with the same TabControlStretchView.DragDropRegion property value) and creating a separate window with a tab control by dropping the dragged item outside the parent DXTabControl.

| | None |

Drag-and-drop is not available.

|

The following properties accept/return TabControlDragDropMode values:

Remarks

The values listed by this enumeration are used to set the TabControlStretchView.DragDropMode property’s value.

See Also

DevExpress.Xpf.Core Namespace