Back to Devexpress

FloatPageDragMode Enum

windowsforms-devexpress-dot-xtratabbedmdi-0d7bfbfc.md

latest1.7 KB
Original Source

FloatPageDragMode Enum

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

Namespace : DevExpress.XtraTabbedMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum FloatPageDragMode
vb
Public Enum FloatPageDragMode

Members

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

|

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

FloatPageDragMode

DevExpress.XtraTabbedMdi Namespace