Back to Devexpress

PivotGridOptionsPrint.PrintRowFieldValues Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsprint-27c1d6aa.md

latest1.8 KB
Original Source

PivotGridOptionsPrint.PrintRowFieldValues Property

Gets or sets whether row field values are printed.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[DefaultValue(true)]
public bool PrintRowFieldValues { get; set; }
vb
<DefaultValue(True)>
Public Property PrintRowFieldValues As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to print row field values; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintRowFieldValues
PivotGridControl

.OptionsPrint .PrintRowFieldValues

|

See Also

PivotGridOptionsPrint Class

PivotGridOptionsPrint Members

DevExpress.XtraPivotGrid Namespace