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.5.94
Syntax
public enum EnumLayoutRowGridsWrap
Members
  Member nameValueDescription
Default0
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