FieldTotalsVisibility Enum
In This Article
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.v14.2.dll
#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. |
#Passed To
You can pass FieldTotalsVisibility values to the PivotGridField.TotalsVisibility property.
#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