CardViewColumnCollection Class
Represents the ASPxCardView’s column collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
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.
Inheritance
Object
StateManagedCollectionBase
Collection
DevExpress.Web.Internal.WebColumnCollectionBase
DevExpress.Web.Internal.GridColumnCollection
See Also