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

TcxPivotGridFieldGroupCollection Class

Represents a collection of field groups within the control.

#Declaration

Delphi
TcxPivotGridFieldGroupCollection = class(
    TCollection
)

#Remarks

The ExpressPivotGrid allows you to combine fields into multiple field groups. All the created groups can be accessed via the pivot grid’s Groups zero-based indexed collection which refers to a TcxPivotGridFieldGroupCollection object.

You can use the standard Add, Insert and Delete methods to manipulate the collection’s items.

At design time, the collection can be modified using a standard editor dialog which can be invoked by clicking the ellipsis button in the Object Inspector.

#Inheritance

TObject
TPersistent
TCollection
TcxPivotGridFieldGroupCollection
See Also