IGrid.GetGroupSummaryLabel(IGridSummaryItem, Int32) Method
Gets the name of a group summary‘s function name.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
string GetGroupSummaryLabel(
IGridSummaryItem item,
int visibleIndex
)
Parameters
| Name | Type | Description |
|---|---|---|
| item | IGridSummaryItem | The group summary item. |
| visibleIndex | Int32 | The group row’s index. |
Returns
| Type | Description |
|---|---|
| String | The group summary function’s name. |
Remarks
Refer to the GetGroupSummaryLabel(IGridSummaryItem, Int32) method description for additional information and an example.
See Also