Skip to main content

IGrid.GetTotalSummaryFormattedValue(IGridSummaryItem) Method

Gets a total summary item’s formatted value.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

string GetTotalSummaryFormattedValue(
    IGridSummaryItem item
)

Parameters

Name Type Description
item IGridSummaryItem

The total summary item.

Returns

Type Description
String

The total summary item’s formatted value.

Remarks

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

See Also