Back to Devexpress

CardViewColumnStateCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-01e8005b.md

latest2.9 KB
Original Source

CardViewColumnStateCollection Class

A collection that contains information (the current state) on column objects.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class CardViewColumnStateCollection :
    GridBaseColumnStateCollection<CardViewColumnState>
vb
Public Class CardViewColumnStateCollection
    Inherits GridBaseColumnStateCollection(Of CardViewColumnState)

The following members return CardViewColumnStateCollection objects:

Remarks

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

Implements

IList<CardViewColumnState>

ICollection<CardViewColumnState>

IList

ICollection

IReadOnlyList<CardViewColumnState>

IReadOnlyCollection<CardViewColumnState>

IEnumerable<CardViewColumnState>

IEnumerable

Inheritance

Object List<CardViewColumnState> GridBaseColumnStateCollection<CardViewColumnState> CardViewColumnStateCollection

See Also

CardViewColumnStateCollection Members

DevExpress.Web.Mvc Namespace