corelibraries-devexpress-dot-xtrapivotgrid-d0eef49e.md
Contains values that specify which summary totals are displayed for a specific column field or row field.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotTotalsVisibility
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum PivotTotalsVisibility
| Name | Description |
|---|---|
AutomaticTotals |
Specifies that automatic totals are calculated.
|
| CustomTotals |
Specifies that custom totals are calculated using the formula in the PivotGridField.CustomTotals collection.
|
| None |
Specifies that a summary total is not calculated.
|
The following properties accept/return PivotTotalsVisibility values:
The PivotGridFieldBase.TotalsVisibility property of the PivotTotalsVisibility type specifies which summary totals are displayed for a specific column field or row field.
See Also