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

DxPivotGrid.ShowGrandTotals Property

Specifies whether to display grand totals.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Default Description
Boolean true

true to show grand totals; false to hide grand totals.

Remarks

Row and column grand totals display summary totals calculated against all the rows and columns.

See Also