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

ASPxCardView.GroupSummary Property

Provides access to group summary items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(null)]
public ASPxCardViewSummaryItemCollection GroupSummary { get; }

Property Value

Type Default Description
ASPxCardViewSummaryItemCollection *null*

An ASPxCardViewSummaryItemCollection object that represents the collection of group summary items.

Remarks

Group summaries are displayed within group rows when data grouping is applied. Summary items are represented by the ASPxCardViewSummaryItem objects and are stored within the GroupSummary collection. This collection provides methods and properties that allow you to add, remove and access summary items.

Note

In server mode, a summary cannot be calculated for unbound columns whose values are calculated by events (see ASPxCardView.CustomUnboundColumnData). Only columns with unbound expressions (see CardViewColumn.UnboundExpression) support summary calculation.

To learn more, see Data Summaries.

See Also