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

FloatPageDragMode Enum

Contains values that specify how pages are dragged outside the XtraTabbedMdiManager‘s tab region.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

public enum FloatPageDragMode

Members

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.

Related API Members

The following properties accept/return FloatPageDragMode values:

Remarks

Use the XtraTabbedMdiManager.FloatPageDragMode property to specify how pages are dragged outside the XtraTabbedMdiManager‘s tab region.

The following code snippets (auto-collected from DevExpress Examples) contain references to the FloatPageDragMode enum.

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