Skip to main content
All docs
V24.1

DxTreeList.GetTotalSummaryLabel(ITreeListSummaryItem) Method

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public string GetTotalSummaryLabel(
    ITreeListSummaryItem item
)

Parameters

Name Type Description
item ITreeListSummaryItem

The total summary item.

Returns

Type Description
String

The total summary function’s name.

See Also