Skip to main content
A newer version of this page is available. .

DashboardPrintPreviewOptions.AutoFitPageCount Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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 spanning 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
CustomExportEventArgs
.PrintPreviewOptions.AutoFitPageCount
CustomizeExportDocumentEventArgs
.PrintPreviewOptions.AutoFitPageCount
DashboardDesigner
.PrintPreviewOptions.AutoFitPageCount
DashboardViewer
.PrintPreviewOptions.AutoFitPageCount
DashboardControl
.PrintPreviewOptions.AutoFitPageCount

Remarks

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

See Also