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

PivotGridOptionsViewBase.ShowColumnTotals Property

Gets or sets whether to display column automatic Totals.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v22.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

[DefaultValue(true)]
public bool ShowColumnTotals { get; set; }

Property Value

Type Default Description
Boolean true

true to display column automatic Totals; otherwise, false.

Remarks

You can prevent automatic totals from being displayed for specific column and row fields. Set a field’s PivotGridFieldBase.TotalsVisibility property to PivotTotalsVisibility.CustomTotals to display custom totals instead of automatic totals. Set the PivotGridFieldBase.TotalsVisibility property to PivotTotalsVisibility.None to hide the totals.

See Also