Back to Devexpress

PivotGridOptionsPrint.PrintRowHeaders Property

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

latest2.9 KB
Original Source

PivotGridOptionsPrint.PrintRowHeaders Property

Gets or sets whether row field headers are printed.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean PrintRowHeaders { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property PrintRowHeaders As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A DefaultBoolean enumeration value which specifies whether row field headers are printed.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintRowHeaders
PivotGridControl

.OptionsPrint .PrintRowHeaders

|

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).

See Also

PrintColumnHeaders

PrintDataHeaders

PrintFilterHeaders

ShowRowHeaders

PivotGridOptionsPrint Class

PivotGridOptionsPrint Members

DevExpress.XtraPivotGrid Namespace