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.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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 |
|
| CustomExportBaseEventArgs |
|
| DashboardDesigner |
|
| DashboardViewer |
|
| IDashboardControl |
|
| DashboardControl |
|
See Also