Skip to main content
All docs
V25.1
  • ITreeList.GetTotalSummaryItems() Method

    Returns the collection of total summary. items.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.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