Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxPdfExportOptions.DashboardAutomaticPageLayout Property

Specifies whether the page orientation used to export a dashboard is selected automatically.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

[Parameter]
public bool DashboardAutomaticPageLayout { get; set; }

Property Value

Type Description
Boolean

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

See Also