TcxCustomPivotGrid.SummaryFields Property
In This Article
Provides access to a collection of fields whose values are involved in summary calculations.
#Declaration
Delphi
property SummaryFields: TcxPivotGridFields read;
#Property Value
Type |
---|
Tcx |
#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