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

BootstrapCardViewColumnCollection.CardView Property

Gets the Card View that owns the collection.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
public virtual BootstrapCardView CardView { get; }

Property Value

Type Description
BootstrapCardView

A BootstrapCardView object that owns the collection.

See Also