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.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxCardViewDemos |