Back to Devexpress

DxPivotGrid.ShowGrandTotals Property

blazor-devexpress-dot-blazor-dot-dxpivotgrid-c5c76bde.md

latest1.1 KB
Original Source

DxPivotGrid.ShowGrandTotals Property

Specifies whether to display grand totals.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

Important

The Pivot Grid was moved to maintenance support mode. No new features/capabilities will be added to this component. We recommend that you migrate to the Pivot Table component.

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

See Also

DxPivotGrid Class

DxPivotGrid Members

DevExpress.Blazor Namespace