TcxPivotGridField.GroupValueList Property
Provides indexed access to the list of the field’s grouping values.
Declaration
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