Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridOptionsData.CalculationBase Property

Specifies how summary values are calculated for data cells.

#Declaration

Delphi
property CalculationBase: TcxPivotGridCalculationBaseType read; write; default cbRawData;

#Property Value

Type Default
TcxPivotGridCalculationBaseType cbRawData

#Remarks

Options include:

Value Meaning Sample
cbRawData A data cell’s summary values are calculated using data records corresponding to this data cell.
cbVisibleData A data cell’s summary values are calculated using visible data from the higher level of detail.

Use the SummaryNullIgnore property, to specify whether null values are used in the calculation.

The default value of the CalculationBase property is cbRawData.

See Also