Skip to main content

DashboardPrintPreviewOptions.GaugeAutoArrangeContent Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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
DashboardDesigner
.PrintPreviewOptions .GaugeAutoArrangeContent
DashboardViewer
.PrintPreviewOptions .GaugeAutoArrangeContent
IDashboardControl
.PrintPreviewOptions .GaugeAutoArrangeContent
DashboardControl
.PrintPreviewOptions .GaugeAutoArrangeContent
See Also