Back to Devexpress

BootstrapCardViewColumnCollection Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-2054941d.md

latest2.0 KB
Original Source

BootstrapCardViewColumnCollection Class

Represents the BootstrapCardView ‘s column collection.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

The following members return BootstrapCardViewColumnCollection objects:

Remarks

The Card View control stores its columns within the BootstrapCardView.Columns collection. This collection is represented by the BootstrapCardViewColumnCollection 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 CardViewColumnCollection BootstrapCardViewColumnCollection

See Also

BootstrapCardViewColumnCollection Members

Card View

DevExpress.Web.Bootstrap Namespace