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

DashboardPrintPreviewOptions.GaugeAutoArrangeContent Property

Gets or sets whether gauges within the Gauge dashboard item are arranged automatically on the printed page.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

[DefaultValue(true)]
public bool GaugeAutoArrangeContent { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to arrange gauges automatically on the printed page; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to GaugeAutoArrangeContent
BeforeExportDocumentEventArgs
.PrintPreviewOptions .GaugeAutoArrangeContent
CustomExportBaseEventArgs
.PrintPreviewOptions .GaugeAutoArrangeContent
CustomExportEventArgs
.PrintPreviewOptions .GaugeAutoArrangeContent
CustomizeExportDocumentEventArgs
.PrintPreviewOptions .GaugeAutoArrangeContent
DashboardDesigner
.PrintPreviewOptions .GaugeAutoArrangeContent
DashboardViewer
.PrintPreviewOptions .GaugeAutoArrangeContent
IDashboardControl
.PrintPreviewOptions .GaugeAutoArrangeContent
DashboardControl
.PrintPreviewOptions .GaugeAutoArrangeContent
See Also