Skip to main content
A newer version of this page is available. .

DashboardPrintPreviewOptions.GridPrintHeadersOnEveryPage Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

[DefaultValue(true)]
public bool GridPrintHeadersOnEveryPage { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to GridPrintHeadersOnEveryPage
BeforeExportDocumentEventArgs
.PrintPreviewOptions.GridPrintHeadersOnEveryPage
CustomExportBaseEventArgs
.PrintPreviewOptions.GridPrintHeadersOnEveryPage
CustomExportEventArgs
.PrintPreviewOptions.GridPrintHeadersOnEveryPage
CustomizeExportDocumentEventArgs
.PrintPreviewOptions.GridPrintHeadersOnEveryPage
DashboardDesigner
.PrintPreviewOptions.GridPrintHeadersOnEveryPage
DashboardViewer
.PrintPreviewOptions.GridPrintHeadersOnEveryPage
DashboardControl
.PrintPreviewOptions.GridPrintHeadersOnEveryPage
See Also