Skip to main content

Member Table: Totals and Grand Totals

  • 2 minutes to read
Member Description
TcxPivotGridOptionsView.ColumnTotals Specifies whether column automatic totals are displayed.
TcxPivotGridOptionsView.RowTotals Specifies whether row automatic totals are displayed.
TcxPivotGridOptionsView.TotalsForSingleValues Specifies whether automatic totals are displayed for the field values which contain a single nesting field value (or do not contain nesting field values).
TcxPivotGridCustomTotal.DisplayFormat Specifies the formatting pattern used to display the values of a field’s custom totals which are accessible via the field’s CustomTotals collection.
TcxPivotGridOptionsView.ColumnGrandTotals Specifies whether column grand totals are displayed.
TcxPivotGridOptionsView.RowGrandTotals Specifies whether row grand totals are displayed.
TcxPivotGridOptionsView.GrandTotalsForSingleValues Specifies whether grand totals are displayed when the pivot grid lists a single value of an outer column field or row field along its left or top edge.
TcxPivotGridOptionsView.ColumnTotalsLocation, TcxPivotGridOptionsView.RowTotalsLocation, and TcxPivotGridOptionsView.TotalsLocation Specifies the display location of totals and grand totals.
TcxPivotGridField.SummaryType Specifies the type of the summary function which is calculated against a data field. This also determines the type of the summary function used to calculate automatic totals and grand totals.
TcxPivotGridOptionsData.CalculationBase Specifies how summary values are calculated for data cells.
TcxPivotGridField.TotalsVisibility Specifies whether totals are displayed for a specific column or row field and if so, whether they are Automatic or Custom.
TcxPivotGridField.CustomTotals Provides indexed access to custom totals that are calculated for a column or row field.
TcxPivotGridCustomTotal.SummaryType Specifies the type of the summary function which is calculated by a field’s custom totals.
TcxCustomPivotGrid.OnLayoutChanged Enables you to track changes made to the pivot grid’s layout.
See Also