TcxPivotGridCrossCellSummary.Records Property
In This Article
Provides access to the indexes of the data records used to calculate summary values.
#Declaration
Delphi
property Records: TcxPivotGridRecords read;
#Property Value
Type |
---|
Tcx |
#Remarks
This property references the same information as the Records property of the cross cell which calculates summary values. The cross cell is accessible via the Owner property.
See Also