Skip to main content
All docs
V24.1

ITreeList.GetTotalSummaryItems() Method

Returns the collection of total summary. items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

IReadOnlyList<ITreeListSummaryItem> GetTotalSummaryItems()

Returns

Type Description
IReadOnlyList<ITreeListSummaryItem>

Total summary items.

Remarks

Refer to the GetTotalSummaryItems() method description for more information and an example.

See Also