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

XtraTabbedMdiManager.PreviewPageZoomRatio Property

Gets or sets the zoom ratio to calculate the size of a floating page’s preview version.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(0.5F)]
[DXCategory("Behavior")]
public float PreviewPageZoomRatio { get; set; }

#Property Value

Type Default Description
Single 0.5

A Single value that specifies the zoom ratio to calculate the size of a floating page’s preview version.

#Remarks

You can use the XtraTabbedMdiManager.FloatOnDrag property to allow pages to be dragged away from the XtraTabbedMdiManager. The XtraTabbedMdiManager.FloatPageDragMode property specifies how the floating pages are displayed while they are dragged, as is or as preview windows.

The PreviewPageZoomRatio property affects the size of preview windows. It specifies the zoom-out ratio with respect to the page’s original width and height.

See Also