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.v18.2.dll

Declaration

public class ASPxCardViewSummaryItemCollection :
    ASPxGridSummaryItemCollectionBase<ASPxCardViewSummaryItem>

The following members return ASPxCardViewSummaryItemCollection objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapCardView.GroupSummary
ASP.NET Web Forms Controls ASPxCardView.GroupSummary
ASPxCardView.TotalSummary
CardViewSettings.GroupSummary
CardViewSettings.TotalSummary

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