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

ASPxCardView.GetGroupSummaryValue(Int32, ASPxSummaryItem) Method

Returns a summary value calculated against the specified group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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