Skip to main content
A newer version of this page is available. .

TcxPivotGridGroupItem.Records Property

Provides indexes of the dataset records, which correspond to the child field values of the currently processed grouping value.

Declaration

property Records: TcxPivotGridRecords read;

Property Value

Type
TcxPivotGridRecords

Remarks

The stored indexes represent the numbers of records, which are cached in the pivot grid’s data controller (see the TcxCustomPivotGrid.DataController property). The Records collection is insensitive to filter conditions. It contains record indexes of all children.

Use the Records property to access indexes of records that correspond to the child field values.

See Also