Skip to main content

DashboardPrintPreviewOptions.AutoFitPageCount Property

Gets or sets the number of horizontal/vertical pages that span the total width/height of a dashboard/dashboard item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(1)]
public int AutoFitPageCount { get; set; }

Property Value

Type Default Description
Int32 1

An integer value that specifies the number of horizontal/vertical pages that span the total width/height of a dashboard/dashboard item.

Property Paths

You can access this nested property as listed below:

Object Type Path to AutoFitPageCount
BeforeExportDocumentEventArgs
.PrintPreviewOptions .AutoFitPageCount
CustomExportBaseEventArgs
.PrintPreviewOptions .AutoFitPageCount
DashboardDesigner
.PrintPreviewOptions .AutoFitPageCount
DashboardViewer
.PrintPreviewOptions .AutoFitPageCount
IDashboardControl
.PrintPreviewOptions .AutoFitPageCount
DashboardControl
.PrintPreviewOptions .AutoFitPageCount

Remarks

The AutoFitPageCount property is in effect when the DashboardPrintPreviewOptions.ScaleMode property is set to DashboardExportScaleMode.AutoFitToPageWidth.

See Also