Skip to main content

DashboardPrintPreviewOptions.MapAutomaticPageLayout Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(false)]
public bool MapAutomaticPageLayout { get; set; }

Property Value

Type Default Description
Boolean false

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

Property Paths

You can access this nested property as listed below:

Object Type Path to MapAutomaticPageLayout
BeforeExportDocumentEventArgs
.PrintPreviewOptions .MapAutomaticPageLayout
CustomExportBaseEventArgs
.PrintPreviewOptions .MapAutomaticPageLayout
DashboardDesigner
.PrintPreviewOptions .MapAutomaticPageLayout
DashboardViewer
.PrintPreviewOptions .MapAutomaticPageLayout
IDashboardControl
.PrintPreviewOptions .MapAutomaticPageLayout
DashboardControl
.PrintPreviewOptions .MapAutomaticPageLayout
See Also