IGrid.GetTotalSummaryItems() Method
Gets the collection of total summary items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.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