TcxPivotGridCustomTotal.Field Property
Provides access to the field which the current custom total is calculated for.
Declaration
property Field: TcxPivotGridField read;
Property Value
Type |
---|
TcxPivotGridField |
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