Skip to main content
All docs
V18.2

DashboardPdfExportOptions.GridPrintHeadersOnEveryPage Property

Gets or sets whether to add column headers of the Grid dashboard item to every page.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public bool GridPrintHeadersOnEveryPage { get; set; }

Property Value

Type Description
Boolean

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

See Also