Skip to main content
All docs
V25.1
  • DxPdfExportOptions.GaugeAutoArrangeContent Property

    Specifies whether gauges within the Gauge dashboard item are automatically arranged on the exported page.

    Namespace: DevExpress.DashboardBlazor

    Assembly: DevExpress.Dashboard.v25.1.Blazor.dll

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

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

    Property Value

    Type Description
    Boolean

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

    See Also