Skip to main content
A newer version of this page is available. .
All docs
V21.2

DxPdfExportOptions.GridPrintHeadersOnEveryPage Property

Specifies whether to add column headers of the Grid dashboard item to every page.

Namespace: DevExpress.DashboardBlazor

Assembly: DevExpress.Dashboard.v21.2.Blazor.dll

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

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

Property Value

Type Description
Boolean

true to add column headers to every page; otherwise, false.

See Also