IGrid.GetGroupSummaryValue(IGridSummaryItem, Int32) Method
Gets a group summary item’s value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
object GetGroupSummaryValue(
IGridSummaryItem item,
int visibleIndex
)
Parameters
| Name | Type | Description |
|---|---|---|
| item | IGridSummaryItem | The group summary item. |
| visibleIndex | Int32 | The group row’s index. |
Returns
| Type | Description |
|---|---|
| Object | The group summary item’s value. |
Remarks
Refer to the GetGroupSummaryValue(IGridSummaryItem, Int32) method description for more information and an example.
See Also