Skip to main content
A newer version of this page is available. .

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.v17.2.Core.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotTotalsVisibility

Members

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.

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PivotTotalsVisibility enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also