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

GridDataColumnGroupRowTemplateContext.SummaryItems Property

Returns group summary items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public IReadOnlyList<IGridSummaryItem> SummaryItems { get; }

Property Value

Type Description
IReadOnlyList<IGridSummaryItem>

A collection of group summary items.

Remarks

This collection does not include summary items whose Visible property is set to false.

Refer to the DxGrid.DataColumnGroupRowTemplate and DxGridDataColumn.GroupRowTemplate descriptions for more information and examples.

See Also