TcxPivotGridField.GroupValueList Property
In This Article
Provides indexed access to the list of the field’s grouping values.
#Declaration
Delphi
property GroupValueList: TcxPivotGridVariantList read;
#Property Value
Type |
---|
Tcx |
#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