Back to Devexpress

FieldTotalsVisibility Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-cb4c3c8e.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum FieldTotalsVisibility
vb
Public Enum FieldTotalsVisibility

Members

NameDescription
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 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

TotalsVisibility

DevExpress.Xpf.PivotGrid Namespace