Skip to main content

DataControlBase.GetTotalSummaryValue(SummaryItemBase) Method

Returns the value of the specified total summary item.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public abstract object GetTotalSummaryValue(
    SummaryItemBase item
)

Parameters

Name Type Description
item SummaryItemBase

A SummaryItemBase descendant that represents the total summary item.

Returns

Type Description
Object

Returns the value of the specified total summary item.

Remarks

Total summary items are stored within the grid’s GridControl.TotalSummary collection.

See Also