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: 9.0.565.0 (9.0.565)
Syntax
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