DashboardPrintPreviewOptions.DashboardAutomaticPageLayout Property
Gets or sets whether the page orientation used to print a dashboard is selected automatically.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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 |
|
CustomExportBaseEventArgs |
|
DashboardDesigner |
|
DashboardViewer |
|
IDashboardControl |
|
DashboardControl |
|
See Also