PivotTotalsVisibility Enum
Contains values that specify which summary totals are displayed for a specific column field or row field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Automatic
|
Specifies that automatic totals are calculated. |
Custom
|
Specifies that custom totals are calculated using the formula in the Pivot |
None
|
Specifies that a summary total is not calculated. |
#Related API Members
The following properties accept/return PivotTotalsVisibility values:
#Remarks
The PivotGridFieldBase.TotalsVisibility property of the PivotTotalsVisibility type specifies which summary totals are displayed for a specific column field or row field.