Skip to main content
All docs
V24.2

IPivotTable.ShowColumnGrandTotals Property

Specifies whether to display column grand totals.

Namespace: DevExpress.Blazor.PivotTable

Assembly: DevExpress.Blazor.PivotTable.v24.2.dll

NuGet Package: DevExpress.Blazor.PivotTable

Declaration

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

Property Value

Type Default Description
Boolean true

true to show totals; false to hide totals.

Remarks

Refer to the ShowColumnGrandTotals property description for more information and an example.

See Also