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

IGrid.GetTotalSummaryItems() Method

Gets the collection of total summary items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

IReadOnlyList<IGridSummaryItem> GetTotalSummaryItems()

Returns

Type Description
IReadOnlyList<IGridSummaryItem>

The collection of total summary items.

Remarks

Refer to the GetTotalSummaryItems() method description for more information and an example.

See Also