Search Results for

    Show / Hide Table of Contents
    View Source

    Class GridValue.GridRow

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

    Properties

    View Source

    Areas

    Declaration
    public IEnumerable<GridValue.GridArea> Areas { get; set; }
    Property Value
    Type Description
    IEnumerable<GridValue.GridArea>
    View Source

    Config

    Declaration
    public JToken? Config { get; set; }
    Property Value
    Type Description
    System.Nullable<JToken>
    View Source

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Name

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

    Styles

    Declaration
    public JToken? Styles { get; set; }
    Property Value
    Type Description
    System.Nullable<JToken>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Areas
      • Config
      • Id
      • Name
      • Styles
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX