Gets the rows this layout contains
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<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
Type:
IEnumerableILayoutRowSee Also