TcxPivotGridCustomTotalCollection.Items Property
Provides indexed access to custom totals within the current collection.
Declaration
property Items[Index: Integer]: TcxPivotGridCustomTotal read; write; default;
Property Value
Type |
---|
TcxPivotGridCustomTotal |
Remarks
Use the Items property to access a particular custom total within the current collection using its zero-based index.
You can use standard methods (such as Add, Delete and Clear) to manipulate the current collection’s items. To determine the total number of custom totals within the current collection, use the Count property.
See Also