EnumLayoutRowGridsWrap Enumeration
|
The list of level to specify when a
Layout Row will wrap its columns.
Namespace:
Ingeniux.CMS.Enums
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public enum EnumLayoutRowGridsWrap
Public Enumeration EnumLayoutRowGridsWrap
public enum class EnumLayoutRowGridsWrap
type EnumLayoutRowGridsWrap
Members
| Member name | Value | Description |
---|
| Default | 0 | |
| WrapOnMobileDeviceScreen | 1 | Layout Row will wrap its columns, on a Mobile Device screen size or smaller
|
| WrapOnTabletScreen | 2 | Layout Row will wrap its columns, on a Tablet Device screen size or smaller
|
| NeverWrap | 3 | Layout Row will not wrap its column, no matter the screen size
|
See Also