Click or drag to resize

ILayoutColumn.LayoutRows Property


Gets all direct child Layout Rows contained in this column

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IEnumerable<ILayoutRow> LayoutRows { get; }

Property Value

Type: IEnumerable<ILayoutRow>
See Also