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

TcxPivotGridViewDataItem.Items Property

Provides indexed access to the child field values.

#Declaration

Delphi
property Items[Index: Integer]: TcxPivotGridViewDataItem read;

#Property Value

Type
TcxPivotGridViewDataItem

#Remarks

The grouping value contains a collection of child field values that can be accessed through the First, Items and Last properties.

Use the Items property to get the child field value at the position specified by the zero-based Index parameter.

Note

the Items collection is empty, if the currently processed field value is the grouping value and it’s collapsed or the field value is not grouping.

See Also