Back to Devexpress

CardViewSettings.GroupSummary Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-9d561a38.md

latest2.0 KB
Original Source

CardViewSettings.GroupSummary Property

Provides access to group summary items.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxCardViewSummaryItemCollection GroupSummary { get; }
vb
Public ReadOnly Property GroupSummary As ASPxCardViewSummaryItemCollection

Property Value

TypeDescription
ASPxCardViewSummaryItemCollection

A ASPxCardViewSummaryItemCollection object representing the group summary collection.

|

Remarks

Group summaries are displayed within group rows when data grouping is applied. Summary items are represented by the ASPxCardViewSummaryItemCollection 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 database 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.

See Also

CardViewSettings Class

CardViewSettings Members

DevExpress.Web.Mvc Namespace