Back to Devexpress

PivotGridOptionsPrint.PrintColumnFieldValues Property

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

latest1.8 KB
Original Source

PivotGridOptionsPrint.PrintColumnFieldValues Property

Gets or sets whether column 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 PrintColumnFieldValues { get; set; }
vb
<DefaultValue(True)>
Public Property PrintColumnFieldValues As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintColumnFieldValues
PivotGridControl

.OptionsPrint .PrintColumnFieldValues

|

See Also

PivotGridOptionsPrint Class

PivotGridOptionsPrint Members

DevExpress.XtraPivotGrid Namespace