Class GridValue
A model representing the value saved for the grid
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models
Assembly: cs.temp.dll.dll
Syntax
public class GridValue
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
Sections
Declaration
public IEnumerable<GridValue.GridSection> Sections { get; set; }
Property Value
Type | Description |
---|---|
System. |