Class GridValue.GridSection
Inheritance
System.Object
Namespace: Umbraco.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class GridSection
Properties
View SourceGrid
Declaration
public string Grid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Rows
Declaration
public IEnumerable<GridValue.GridRow> Rows { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<GridValue.GridRow> |