Skip to main content

IGrid.GetTotalSummaryValue(IGridSummaryItem) Method

Gets a total summary item’s value.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

object GetTotalSummaryValue(
    IGridSummaryItem item
)

Parameters

Name Type Description
item IGridSummaryItem

The total summary item.

Returns

Type Description
Object

The total summary value.

Remarks

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

See Also