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