Skip to main content

GridColumnGroupFooterTemplateContext.SummaryItems Property

Returns group summary items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public IReadOnlyList<IGridSummaryItem> SummaryItems { get; }

Property Value

Type Description
IReadOnlyList<IGridSummaryItem>

A collection of group summary items.

Remarks

Refer to the DxGrid.ColumnGroupFooterTemplate and DxGridColumn.GroupFooterTemplate descriptions for more information and examples.

See Also