ASPxCardView.GetGroupSummaryValue(Int32, ASPxSummaryItem) Method
In This Article
Returns a summary value calculated against the specified group.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public object GetGroupSummaryValue(
int visibleIndex,
ASPxSummaryItem item
)
#Parameters
Name | Type | Description |
---|---|---|
visible |
Int32 | An integer value that identifies the group row. |
item | ASPx |
An ASPx |
#Returns
Type | Description |
---|---|
Object | An object which represents the summary value. |
#Remarks
To get the group summary’s display text, use the ASPxCardView.GetGroupRowSummaryText method.
See Also