BootstrapCardView.Columns Property
Provides access to a CardView’s columns collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[DefaultValue(null)]
[PersistenceMode(PersistenceMode.InnerProperty)]
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