Back to Devexpress

TcxPivotGridCrossCellSummary.Records Property

vcl-cxcustompivotgrid-dot-tcxpivotgridcrosscellsummary.md

latest1.1 KB
Original Source

TcxPivotGridCrossCellSummary.Records Property

Provides access to the indexes of the data records used to calculate summary values.

Declaration

delphi
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

TcxPivotGridCrossCellSummary.GetSummaryByType

TcxPivotGridCrossCellSummary Class

TcxPivotGridCrossCellSummary Members

cxCustomPivotGrid Unit