Back to Devexpress

BootstrapCardView.Columns Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapcardview-b6e5dc35.md

latest1.8 KB
Original Source

BootstrapCardView.Columns Property

Provides access to a CardView’s columns collection.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DefaultValue(null)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewColumnCollection Columns { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<DefaultValue(Nothing)>
Public ReadOnly Property Columns As BootstrapCardViewColumnCollection

Property Value

TypeDefaultDescription
BootstrapCardViewColumnCollectionnull

A BootstrapCardViewColumnCollection object that represents a collection of columns within the CardView.

|

Remarks

The Columns property stores a collection of BootstrapCardViewColumn objects that represent columns. It provides methods that allow you to add new and remove existing columns. Individual columns can be accessed using indexed notation.

See Also

Card View

BootstrapCardView Class

BootstrapCardView Members

DevExpress.Web.Bootstrap Namespace