Skip to main content

DashboardPrintPreviewOptions.DashboardAutomaticPageLayout Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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
DashboardDesigner
.PrintPreviewOptions .DashboardAutomaticPageLayout
DashboardViewer
.PrintPreviewOptions .DashboardAutomaticPageLayout
IDashboardControl
.PrintPreviewOptions .DashboardAutomaticPageLayout
DashboardControl
.PrintPreviewOptions .DashboardAutomaticPageLayout
See Also