A newer version of this page is available.
Switch to the current version.
BootstrapCardViewColumnCollection.CardView Property
Gets the Card View that owns the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[Browsable(false)]
public virtual BootstrapCardView CardView { get; }
<Browsable(False)>
Public Overridable ReadOnly Property CardView As BootstrapCardView
Property Value
Type | Description |
---|---|
BootstrapCardView | A BootstrapCardView object that owns the collection. |
See Also
Feedback