Skip to main content

GridColumnFooterTemplateContext.SummaryItems Property

Returns total summary items visible in the column footer.

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 total summary items.

Remarks

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

See Also