BootstrapCardView.Columns Property
Provides access to a CardView's columns collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[DefaultValue(null)]
public BootstrapCardViewColumnCollection Columns { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
<DefaultValue(Nothing)>
Public ReadOnly Property Columns As BootstrapCardViewColumnCollection
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
Feedback