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

DashboardPrintPreviewOptions.RangeFilterAutomaticPageLayout Property

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

Namespace: DevExpress.DashboardCommon

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

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to RangeFilterAutomaticPageLayout
BeforeExportDocumentEventArgs
.PrintPreviewOptions .RangeFilterAutomaticPageLayout
CustomExportBaseEventArgs
.PrintPreviewOptions .RangeFilterAutomaticPageLayout
CustomExportEventArgs
.PrintPreviewOptions .RangeFilterAutomaticPageLayout
CustomizeExportDocumentEventArgs
.PrintPreviewOptions .RangeFilterAutomaticPageLayout
DashboardDesigner
.PrintPreviewOptions .RangeFilterAutomaticPageLayout
DashboardViewer
.PrintPreviewOptions .RangeFilterAutomaticPageLayout
IDashboardControl
.PrintPreviewOptions .RangeFilterAutomaticPageLayout
DashboardControl
.PrintPreviewOptions .RangeFilterAutomaticPageLayout

Remarks

If the RangeFilterAutomaticPageLayout property is set to true, it overrides the page orientation specified using the DashboardPrintPreviewOptions.PageLayout property.

See Also