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

    Specifies whether the page orientation for the exported Range Filter dashboard item is selected automatically.

    Namespace: DevExpress.DashboardBlazor

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

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

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

    Property Value

    Type Description
    Boolean

    true to automatically select the page orientation for the exported Range Filter dashboard item; otherwise, false.

    Remarks

    The RangeFilterAutomaticPageLayout property is in effect when the DocumentScaleMode property is set to None. If the RangeFilterAutomaticPageLayout property is set to true, it overrides the page orientation specified in the PageLayout property.

    See Also