Skip to main content
A newer version of this page is available. .

BootstrapCardView.Columns Property

Provides access to a CardView’s columns collection.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[DefaultValue(null)]
public BootstrapCardViewColumnCollection Columns { get; }

Property Value

Type Default Description
BootstrapCardViewColumnCollection *null*

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