Back to Devexpress

ReportDesignerBrowserView.TabDragDropMode Property

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-reportdesignerbrowserview.md

latest2.1 KB
Original Source

ReportDesignerBrowserView.TabDragDropMode Property

Gets or sets the drag and drop mode of Report Designer tabs. This is a dependency property.

Namespace : DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
[Browsable(false)]
public TabControlDragDropMode TabDragDropMode { get; set; }
vb
<Browsable(False)>
Public Property TabDragDropMode As TabControlDragDropMode

Property Value

TypeDescription
TabControlDragDropMode

A TabControlDragDropMode enumeration value that specifies the drag and drop mode of Report Designer tabs.

|

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

ReportDesignerBrowserView Class

ReportDesignerBrowserView Members

DevExpress.Xpf.Reports.UserDesigner Namespace