Search Results for

    Show / Hide Table of Contents
    View Source

    Class GridValue.GridArea

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

    Properties

    View Source

    Config

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

    Controls

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

    Grid

    Declaration
    public string Grid { 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
      • Config
      • Controls
      • Grid
      • Styles
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX