Search Results for

    Show / Hide Table of Contents

    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.String

    Sections

    Declaration
    public IEnumerable<GridValue.GridSection> Sections { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<GridValue.GridSection>
    In This Article
    • Properties
      • Name
      • Sections
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX