Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FieldTotalsVisibility Enum

Contains values that specify which summary totals are displayed for a specific column field or row field.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public enum FieldTotalsVisibility

#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 FieldTotalsVisibility values:

#Remarks

The PivotGridField.TotalsVisibility property of the FieldTotalsVisibility type specifies which summary totals are displayed for a specific column field or row field.

See Also