Gets the rows this layout contains
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<ILayoutRow> Rows { get; }ReadOnly Property Rows As IEnumerable(Of ILayoutRow)
Get
property IEnumerable<ILayoutRow^>^ Rows {
IEnumerable<ILayoutRow^>^ get ();
}abstract Rows : IEnumerable<ILayoutRow> with get
Property Value
IEnumerableILayoutRow
See Also