Skip to main content
All docs
V26.1
  • DxPdfExportOptions.CardAutoArrangeContent Property

    Specifies whether cards within the Card dashboard item are automatically arranged on the exported page.

    Namespace: DevExpress.DashboardBlazor

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

    Declaration

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

    Property Value

    Type Description
    Boolean

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

    See Also