Skip to main content

TcxCustomPivotGrid.SummaryFields Property

Provides access to a collection of fields whose values are involved in summary calculations.

Declaration

property SummaryFields: TcxPivotGridFields read;

Property Value

Type
TcxPivotGridFields

Remarks

The SummaryFields collection contains fields, which are located in the data header area. The values of those fields are used to calculate summaries for the data cells.

See Also