Back to Devexpress

PivotGridField.ShowValues Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-5793b6bf.md

latest1.5 KB
Original Source

PivotGridField.ShowValues Property

Gets or sets whether data cells that correspond to the current data field are visible. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool ShowValues { get; set; }
vb
Public Property ShowValues As Boolean

Property Value

TypeDescription
Boolean

true to show data cells that correspond to the current data field; otherwise, false.

|

Remarks

Setting the ShowValues property to false doesn’t hide totals and grand totals that correspond to the current field.

See Also

ShowGrandTotal

ShowTotals

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace