Back to Devexpress

PivotGridOptionsPrint.PrintHeadersOnEveryPage Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsprint-ea922aa0.md

latest2.6 KB
Original Source

PivotGridOptionsPrint.PrintHeadersOnEveryPage Property

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
public bool PrintHeadersOnEveryPage { get; set; }
vb
<DefaultValue(False)>
<Browsable(False)>
Public Property PrintHeadersOnEveryPage As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

PrintColumnAreaOnEveryPage

PrintRowAreaOnEveryPage

PivotGridOptionsPrint Class

PivotGridOptionsPrint Members

DevExpress.XtraPivotGrid Namespace