Skip to main content
All docs
V24.1

TreeListColumnFooterTemplateContext.SummaryItems Property

Returns total summary items visible in the column footer.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public IReadOnlyList<ITreeListSummaryItem> SummaryItems { get; }

Property Value

Type Description
IReadOnlyList<ITreeListSummaryItem>

A collection of total summary items.

See Also