Skip to main content

TcxPivotGridFieldGroup.Groups Property

Provides access to the collection of field groups which the current group belongs to.

Declaration

property Groups: TcxPivotGridFieldGroupCollection read;

Property Value

Type
TcxPivotGridFieldGroupCollection

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.

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.

See Also