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

FloatPageDragMode Enum

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

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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.

See Also