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

    Specifies whether the size of the Grid dashboard item is changed according to the width of the exported page.

    Namespace: DevExpress.DashboardBlazor

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

    NuGet Package: DevExpress.Blazor.Dashboard

    Declaration

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

    Property Value

    Type Description
    Boolean

    true to change the size of the Grid dashboard item according to the width of the exported page; otherwise, false.

    See Also