Back to Devexpress

TabControlStretchView.DragDropMode Property

wpf-devexpress-dot-xpf-dot-core-dot-tabcontrolstretchview-76384b06.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public TabControlDragDropMode DragDropMode { get; set; }
vb
Public Property DragDropMode As TabControlDragDropMode

Property Value

TypeDescription
TabControlDragDropMode

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

The default is TabControlDragDropMode.Full.

|

Available values:

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.

|

See Also

TabControlStretchView Class

TabControlStretchView Members

DevExpress.Xpf.Core Namespace