Search Results for

    Show / Hide Table of Contents

    Class GridValue.GridArea

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

    Properties

    Config

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

    Controls

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

    Grid

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

    Styles

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