PivotGridOptionsPrint.PrintRowHeaders Property
Gets or sets whether row field headers are printed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean PrintRowHeaders { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
Default | A Default |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Print |
---|---|
Pivot |
|
#Remarks
If the PrintRowHeaders property is set to the DefaultBoolean.True value, the headers of row fields are printed regardless of their actual visibility within the pivot grid (i.e. regardless of the PivotGridOptionsViewBase.ShowRowHeaders property’s value).