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

TcxPivotGridField.GroupValueList Property

Provides indexed access to the list of the field’s grouping values.

#Declaration

Delphi
property GroupValueList: TcxPivotGridVariantList read;

#Property Value

Type
TcxPivotGridVariantList

#Remarks

The GroupValueList property represents a zero-based indexed collection of all the unique grouping values of the current field. Each item within this collection corresponds to a particular field value stored as a variant within the GroupValueList.Values zero-based indexed collection. Items within the GroupValueList collection are sorted in ascending order according to their respective field values.

See Also