TcxPivotGridFieldGroupCollection Class
Represents a collection of field groups within the control.
Declaration
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