The DevExpress ASP.NET MVC Card View is a powerful data shaping extension that includes a variety of data summary calculation options. Total Summaries are aggregate function values calculated against all cards within the CardView, and displayed summary panel, provided that the Settings.ShowSummaryPanel property is set to true. Built-in aggregate functions include: Min, Max, Avg, Sum and Count.
The CardView stores its total summary items within the TotalSummary collection. Individual items are represented by ASPxCardViewSummaryItem objects.