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

ASPxCardViewSummaryItemCollection Class

Represents a collection of ASPxCardView summary items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ASPxCardViewSummaryItemCollection :
    ASPxGridSummaryItemCollectionBase<ASPxCardViewSummaryItem>

The following members return ASPxCardViewSummaryItemCollection objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxCardView.GroupSummary
ASPxCardView.TotalSummary
CardViewSettings.GroupSummary
CardViewSettings.TotalSummary
ASP.NET Bootstrap Controls BootstrapCardView.GroupSummary

Remarks

The ASPxCardView allows you to display total summaries within its summary panel. The ASPxCardViewSummaryItemCollection class represents a collection of summary items. Total summary items are stored within the ASPxCardView.TotalSummary collection.

To learn more, see Conditionally Change a Control’s Appearance.

See Also