A newer version of this page is available.
Switch to the current version.
BootstrapCardViewColumn.CardView Property
Gets the BootstrapCardView control to which the BootstrapCardViewColumn is assigned.
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 | The BootstrapCardView control. |
See Also
Feedback