Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridGroupItem.Records Property

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

#Declaration

Delphi
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