aspnetmvc-devexpress-dot-web-dot-mvc-5358a1cf.md
A collection that contains information (the current state) on summary items.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class CardViewSummaryItemStateCollection :
GridBaseSummaryItemStateCollection<CardViewSummaryItemState>
Public Class CardViewSummaryItemStateCollection
Inherits GridBaseSummaryItemStateCollection(Of CardViewSummaryItemState)
The following members return CardViewSummaryItemStateCollection objects:
Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.
IList<CardViewSummaryItemState>
ICollection<CardViewSummaryItemState>
IReadOnlyList<CardViewSummaryItemState>
IReadOnlyCollection<CardViewSummaryItemState>
IEnumerable<CardViewSummaryItemState>
Object List<CardViewSummaryItemState> GridBaseSummaryItemStateCollection<CardViewSummaryItemState> CardViewSummaryItemStateCollection
See Also