PivotGridOptionsPrint.PrintHeadersOnEveryPage Property
Use the PivotGridOptionsPrint.PrintColumnHeaders or PivotGridOptionsPrint.PrintRowHeaders properties instead. The property is obsolete.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
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 |
|
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