aspnetmvc-devexpress-dot-web-dot-mvc-01e8005b.md
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
public class CardViewColumnStateCollection :
GridBaseColumnStateCollection<CardViewColumnState>
Public Class CardViewColumnStateCollection
Inherits GridBaseColumnStateCollection(Of CardViewColumnState)
The following members return CardViewColumnStateCollection objects:
Refer to Custom Data Binding - Overview and Action Types and Passed Parameters to learn more.
ICollection<CardViewColumnState>
IReadOnlyList<CardViewColumnState>
IReadOnlyCollection<CardViewColumnState>
IEnumerable<CardViewColumnState>
Object List<CardViewColumnState> GridBaseColumnStateCollection<CardViewColumnState> CardViewColumnStateCollection
See Also