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

XtraTabbedMdiManager.FloatPageDragMode Property

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

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(FloatPageDragMode.Default)]
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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the FloatPageDragMode 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