Skip to main content

PivotGridOptionsPrint.PrintHeadersOnEveryPage Property

Use the PivotGridOptionsPrint.PrintColumnHeaders or PivotGridOptionsPrint.PrintRowHeaders properties instead. The property is obsolete.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(false)]
public bool PrintHeadersOnEveryPage { get; set; }

Property Value

Type Default Description
Boolean false

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

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintHeadersOnEveryPage
PivotGridControl
.OptionsPrint .PrintHeadersOnEveryPage

Remarks

Gets or sets whether to print column headers on every page. The property is obsolete. Use the PivotGridOptionsPrint.PrintColumnHeaders or PivotGridOptionsPrint.PrintRowHeaders properties instead.

See Also