TcxPivotGridCrossCellSummary.Records Property
Provides access to the indexes of the data records used to calculate summary values.
Declaration
property Records: TcxPivotGridRecords read;
Property Value
Type |
---|
TcxPivotGridRecords |
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