Back to Devexpress

CardViewSummaryItemStateCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-5358a1cf.md

latest3.2 KB
Original Source

CardViewSummaryItemStateCollection Class

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

Declaration

csharp
public class CardViewSummaryItemStateCollection :
    GridBaseSummaryItemStateCollection<CardViewSummaryItemState>
vb
Public Class CardViewSummaryItemStateCollection
    Inherits GridBaseSummaryItemStateCollection(Of CardViewSummaryItemState)

The following members return CardViewSummaryItemStateCollection objects:

Remarks

Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.

Implements

IList<CardViewSummaryItemState>

ICollection<CardViewSummaryItemState>

IList

ICollection

IReadOnlyList<CardViewSummaryItemState>

IReadOnlyCollection<CardViewSummaryItemState>

IEnumerable<CardViewSummaryItemState>

IEnumerable

Inheritance

Object List<CardViewSummaryItemState> GridBaseSummaryItemStateCollection<CardViewSummaryItemState> CardViewSummaryItemStateCollection

See Also

CardViewSummaryItemStateCollection Members

DevExpress.Web.Mvc Namespace