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

    Returns the name of a total summary‘s function name.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    string GetTotalSummaryLabel(
        ITreeListSummaryItem item
    )

    Parameters

    Name Type Description
    item ITreeListSummaryItem

    The total summary item.

    Returns

    Type Description
    String

    The total summary function’s name.

    Remarks

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

    See Also