ASPxCardViewSummaryItemCollection Class
Represents a collection of ASPxCardView summary items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public class ASPxCardViewSummaryItemCollection :
ASPxGridSummaryItemCollectionBase<ASPxCardViewSummaryItem>
Related API Members
The following members return ASPxCardViewSummaryItemCollection objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxCardView.GroupSummary |
ASPxCardView.TotalSummary | |
ASP.NET MVC Extensions | 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.
Implements
DevExpress.Utils.IAssignableCollection
See Also