Skip to main content
All docs
V18.2

GridExportOptions.PrintHeadersOnEveryPage Property

OBSOLETE

The GridExportOptions.PrintHeadersOnEveryPage property is obsolete now. Use the GridPrintHeadersOnEveryPage property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

[Obsolete("The GridExportOptions.PrintHeadersOnEveryPage property is obsolete now. Use the DashboardPdfExportOptions.GridPrintHeadersOnEveryPage property instead. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public bool PrintHeadersOnEveryPage { get; set; }

Property Value

Type Description
Boolean

true, to print column headers on every page; otherwise, false.

See Also