Skip to main content
Tab

ASPxCardView.GetGroupSummaryValue(Int32, ASPxSummaryItem) Method

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
visibleIndex Int32

An integer value that identifies the group row.

item ASPxSummaryItem

An ASPxSummaryItem object that identifies the required group summary.

#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