BootstrapCardViewLayoutSettings Properties
Contains settings that relate to the CardView’s layout.| Name | Description |
|---|---|
| CardColSpanLg | Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 992px. |
| CardColSpanMd | Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 768px. |
| CardColSpanSm | Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 576px. |
| CardColSpanXl | Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution bigger than or equal to 1200px. |
| CardColSpanXs | Specifies the number of virtual columns an item occupies within a Form Layout on screens with a resolution less than 576px. |
See Also