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

GridColumnFooterTemplateContext.SummaryItems Property

Returns total summary items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public IReadOnlyList<IGridSummaryItem> SummaryItems { get; }

Property Value

Type Description
IReadOnlyList<IGridSummaryItem>

A collection of total summary items.

Remarks

Refer to the DxGrid.ColumnFooterTemplate and DxGridColumn.FooterTemplate descriptions for more information and examples.

See Also