Skip to main content

IGrid.GetGroupSummaryItems() Method

Gets the collection of group summary items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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