ILayoutColumnLayoutRows 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.3.169
Syntax IEnumerable<ILayoutRow> LayoutRows { get; }
ReadOnly Property LayoutRows As IEnumerable(Of ILayoutRow)
Get
property IEnumerable<ILayoutRow^>^ LayoutRows {
IEnumerable<ILayoutRow^>^ get ();
}
abstract LayoutRows : IEnumerable<ILayoutRow> with get
Property Value
Type:
IEnumerableILayoutRowSee Also