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

DashboardPrintPreviewOptions.DashboardAutomaticPageLayout Property

Gets or sets whether the page orientation used to print a dashboard is selected automatically.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(true)]
public bool DashboardAutomaticPageLayout { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to automatically select the page orientation used to print a dashboard; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to DashboardAutomaticPageLayout
BeforeExportDocumentEventArgs
.PrintPreviewOptions .DashboardAutomaticPageLayout
CustomExportBaseEventArgs
.PrintPreviewOptions .DashboardAutomaticPageLayout
CustomExportEventArgs
.PrintPreviewOptions .DashboardAutomaticPageLayout
CustomizeExportDocumentEventArgs
.PrintPreviewOptions .DashboardAutomaticPageLayout
DashboardDesigner
.PrintPreviewOptions .DashboardAutomaticPageLayout
DashboardViewer
.PrintPreviewOptions .DashboardAutomaticPageLayout
IDashboardControl
.PrintPreviewOptions .DashboardAutomaticPageLayout
DashboardControl
.PrintPreviewOptions .DashboardAutomaticPageLayout
See Also