Skip to main content
Tab

ASPxGridView.GetGroupRowSummaryText(Int32) Method

Returns the summary text displayed within the specified group row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public string GetGroupRowSummaryText(
    int visibleIndex
)

#Parameters

Name Type Description
visibleIndex Int32

An integer value that identifies the group row.

#Returns

Type Description
String

A string value that represents the summary text displayed within the specified group row.

See Also