Skip to main content
A newer version of this page is available. .
Tab

ASPxCardView.GetGroupRowSummaryText(Int32) Method

Returns the summary text displayed within the specified group row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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