GridControl.GetGroupSummaryValue(Int32, SummaryItemBase) Method
In This Article
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 |
---|---|---|
row |
Int32 | The group row’s handle. |
item | Summary |
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