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
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Setting the ShowValues property to false doesn’t hide totals and grand totals that correspond to the current field.
See Also