Skip to main content

GridControl.GetGroupSummaryValue(Int32, SummaryItemBase) Method

Returns the value of the group summary displayed in the specified group row.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public object GetGroupSummaryValue(
    int rowHandle,
    SummaryItemBase item
)

Parameters

Name Type Description
rowHandle Int32

The group row’s handle.

item SummaryItemBase

The group summary item.

Returns

Type Description
Object

The group summary item’s value.

Remarks

Group row handles are negative (start from -1).

See Also