TcxPivotGridFieldGroupCollection.Items Property
In This Article
Provides indexed access to field groups within the current collection.
#Declaration
Delphi
property Items[Index: Integer]: TcxPivotGridFieldGroup read; write; default;
#Property Value
Type |
---|
Tcx |
#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