ASPxGridView.GetGroupRowSummaryText(Int32) Method
In This Article
Returns the summary text displayed within the specified group row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
visible |
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