Skip to main content
A newer version of this page is available. .

TcxPivotGridFieldGroupCollection.Items Property

Provides indexed access to field groups within the current collection.

Declaration

property Items[Index: Integer]: TcxPivotGridFieldGroup read; write; default;

Property Value

Type
TcxPivotGridFieldGroup

Remarks

Use this property to access an individual group within the current collection of groups by its index. Use the Count property to determine the total number of groups within the current collection.

To manipulate the collection’s items, use the Add, Insert and Delete methods.

See Also