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