ASPxCardViewSummaryItemCollection Class
In This Article
Represents a collection of ASPxCardView summary items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxCardViewSummaryItemCollection :
ASPxGridSummaryItemCollectionBase<ASPxCardViewSummaryItem>
#Related API Members
The following members return ASPxCardViewSummaryItemCollection objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASPx |
|
ASP. |
Card |
Card |
#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.
#Implements
DevExpress.Utils.IAssignableCollection
See Also