Skip to main content

XtraTabbedMdiManager.FloatPageDragMode Property

Gets or sets how a page is dragged away from the XtraTabbedMdiManager‘s header region.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(FloatPageDragMode.Default)]
[DXCategory("Behavior")]
public FloatPageDragMode FloatPageDragMode { get; set; }

Property Value

Type Default Description
FloatPageDragMode Default

A FloatPageDragMode value.

Available values:

Name Description
Default

The same as the FloatPageDragMode.Preview option.

Preview

When dragging, the window’s preview version is dragged.

FullWindow

The window is dragged in its original size.

Remarks

If the XtraTabbedMdiManager.FloatOnDrag option is set to True, an end-user can drag individual pages away from the XtraTabbedMdiManager‘s header region, making the pages floating.

The FloatPageDragMode property specifies how pages are displayed while they are dragged outside the header region. You can choose whether a page should be displayed in its original size, or using a small preview version. The size of the page’s preview version is calculated based on the XtraTabbedMdiManager.PreviewPageZoomRatio setting.

See Also