ASPxGridView.GetGroupRowSummaryText(Int32) Method
Returns the summary text displayed within the specified group row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v26.1.dll
Declaration
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