Search Results for

    Show / Hide Table of Contents

    Class GridValue.GridRow

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: cs.temp.dll.dll
    Syntax
    public class GridRow

    Properties

    Areas

    Declaration
    public IEnumerable<GridValue.GridArea> Areas { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<GridValue.GridArea>

    Config

    Declaration
    public JToken Config { get; set; }
    Property Value
    Type Description
    JToken

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Styles

    Declaration
    public JToken Styles { get; set; }
    Property Value
    Type Description
    JToken
    In This Article
    • Properties
      • Areas
      • Config
      • Id
      • Name
      • Styles
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX