Back to Devexpress

MVCxCardViewColumnCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-51f25465.md

latest2.2 KB
Original Source

MVCxCardViewColumnCollection Class

Represents a collection of columns within the GridView.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxCardViewColumnCollection :
    CardViewColumnCollection
vb
Public Class MVCxCardViewColumnCollection
    Inherits CardViewColumnCollection

The following members return MVCxCardViewColumnCollection objects:

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection DevExpress.Web.Internal.WebColumnCollectionBase DevExpress.Web.Internal.GridColumnCollection CardViewColumnCollection MVCxCardViewColumnCollection MVCxCardViewColumnCollection<CardType>

See Also

MVCxCardViewColumnCollection Members

Grid View

Columns

DevExpress.Web.Mvc Namespace