XtraTabbedMdiManager.FloatPageDragMode Property
Gets or sets how a page is dragged away from the XtraTabbedMdiManager‘s header region.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(FloatPageDragMode.Default)]
[DXCategory("Behavior")]
public FloatPageDragMode FloatPageDragMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Float |
Default | A Float |
Available values:
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. |
#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.