Skip to main content

IGrid.GetTotalSummaryLabel(IGridSummaryItem) Method

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

string GetTotalSummaryLabel(
    IGridSummaryItem item
)

Parameters

Name Type Description
item IGridSummaryItem

The total summary item.

Returns

Type Description
String

The total summary function’s name.

Remarks

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

See Also