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

    Specifies whether to add the state of master filter items to the exported document.

    Namespace: DevExpress.DashboardBlazor

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

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

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

    Property Value

    Type Description
    Boolean

    true to add the state of master filter items to the exported document; otherwise, false.

    Remarks

    To specify the position of the dashboard state (that includes the state of master filter items), use the DashboardStatePosition property.

    See Also