Back to Devexpress

BootstrapCardViewColumnCollection.CardView Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapcardviewcolumncollection.md

latest1.4 KB
Original Source

BootstrapCardViewColumnCollection.CardView Property

Gets the Card View that owns the collection.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[Browsable(false)]
public virtual BootstrapCardView CardView { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property CardView As BootstrapCardView

Property Value

TypeDescription
BootstrapCardView

A BootstrapCardView object that owns the collection.

|

See Also

Card View

BootstrapCardViewColumnCollection Class

BootstrapCardViewColumnCollection Members

DevExpress.Web.Bootstrap Namespace