ASPxCardView.GetGroupSummaryValue(Int32, ASPxSummaryItem) Method
Returns a summary value calculated against the specified group.
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. |
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