Skip to main content

IGrid.GetGroupSummaryDisplayText(IGridSummaryItem, Int32) Method

Gets a group summary item’s display text.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

string GetGroupSummaryDisplayText(
    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 item’s display text.

Remarks

Refer to the GetGroupSummaryDisplayText(IGridSummaryItem, Int32) method description for more information and an example.

See Also