BootstrapCardView.Columns Property
In This Article
Provides access to a CardView’s columns collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DefaultValue(null)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewColumnCollection Columns { get; }
#Property Value
Type | Default | Description |
---|---|---|
Bootstrap |
null | A Bootstrap |
#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