Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotDataField.ShowValuesAs Property

Gets the type of calculation applied to the data field in addition to the actual value of the field.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

PivotShowValuesAsType ShowValuesAs { get; }

Property Value

Type Description
PivotShowValuesAsType

A PivotShowValuesAsType enumeration member specifying how summary values are displayed within the data field.

See Also