Back to Devexpress

CardViewColumnCollection Class

aspnet-devexpress-dot-web-d99e567a.md

latest2.3 KB
Original Source

CardViewColumnCollection Class

Represents the ASPxCardView’s column collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return CardViewColumnCollection objects:

Remarks

The ASPxCardView control stores its columns within the ASPxCardView.Columns collection. This collection is represented by the CardViewColumnCollection class. Members of this class can be used to add, delete, access individual columns and perform other common collection management tasks.

Implements

IList

ICollection

IEnumerable

IStateManager

DevExpress.Utils.IAssignableCollection

Inheritance

Object StateManagedCollectionBase Collection DevExpress.Web.Internal.WebColumnCollectionBase DevExpress.Web.Internal.GridColumnCollection CardViewColumnCollection BootstrapCardViewColumnCollection

MVCxCardViewColumnCollection<CardType>

MVCxCardViewColumnCollection

See Also

CardViewColumnCollection Members

Card View

DevExpress.Web Namespace