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