A newer version of this page is available.
Switch to the current version.
BootstrapCardViewLayoutSettings.CardColSpanXs Property
Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution less than 576px.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(0)]
public int CardColSpanXs { get; set; }
<DefaultValue(0)>
Public Property CardColSpanXs As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 |
An integer value specifying the number of virtual columns. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to CardColSpanXs |
---|---|
BootstrapCardView |
|
Remarks
NOTE
View the Demo To see this feature in action, please refer to the following online demo: Default Form Layout.
See Also
Feedback