Click or drag to resize

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.6.308
Syntax
public enum EnumLayoutRowGridsWrap
Members
  Member nameValueDescription
Default0Layout Row will use its default setting to determine wrap behavior.
WrapOnMobileDeviceScreen1Layout Row will wrap its columns, on a Mobile Device screen size or smaller
WrapOnTabletScreen2Layout Row will wrap its columns, on a Tablet Device screen size or smaller
NeverWrap3Layout Row will not wrap its column, no matter the screen size
See Also