Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XtraTabbedMdiManager.FloatPageDragMode Property

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

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v24.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