TcxPivotGridCustomTotal.Field Property
In This Article
Provides access to the field which the current custom total is calculated for.
#Declaration
Delphi
property Field: TcxPivotGridField read;
#Property Value
Type |
---|
Tcx |
#Remarks
Custom totals are calculated and displayed for column fields and row fields. Use this property to access the field which the current custom total is calculated for.
To access all the custom totals that are calculated for a field, use the field’s CustomTotals zero-based indexed collection.
See Also