FloatPageDragMode Enum
In This Article
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
#Members
Name | Description |
---|---|
Default
|
The same as the Float |
Preview
|
When dragging, the window’s preview version is dragged. |
Full
|
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