Skip to main content

BootstrapCardViewColumn.CardView Property

Gets the BootstrapCardView control to which the BootstrapCardViewColumn is assigned.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapCardView

The BootstrapCardView control.

See Also