Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public TabControlDragDropMode DragDropMode { get; set; }

Property Value

Type Description
TabControlDragDropMode

An TabControlDragDropMode enumeration value that specifies the stretch view drag and drop mode.

The default is TabControlDragDropMode.Full.

Available values:

Name Description
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 code snippets (auto-collected from DevExpress Examples) contain references to the DragDropMode property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also