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

TcxPivotGridFieldGroup.Add(TcxPivotGridField) Method

Adds the specified field to the current group.

#Declaration

Delphi
procedure Add(AField: TcxPivotGridField);

#Parameters

Name Type
AField TcxPivotGridField

#Remarks

Call this method to add the field passed as the AField parameter to the Fields collection of the current group. To add multiple fields to the group use its AddFields method.

Note

A field cannot be added to a group if it already belongs to another group.

See Also