Skip to main content
All docs
V24.1

ITreeList.GetTotalSummaryValue(ITreeListSummaryItem) Method

Gets a total summary item’s value.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

object GetTotalSummaryValue(
    ITreeListSummaryItem item
)

Parameters

Name Type Description
item ITreeListSummaryItem

The total summary item.

Returns

Type Description
Object

The total summary value.

Remarks

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

See Also