IGrid.GetGroupSummaryItems() Method
Gets the collection of group summary items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
IReadOnlyList<IGridSummaryItem> GetGroupSummaryItems()
Returns
Type | Description |
---|---|
IReadOnlyList<IGridSummaryItem> | The collection of group summary items. |
Remarks
Refer to the GetGroupSummaryItems() method description for more information and an example.
See Also