Search Results for

    Show / Hide Table of Contents
    View Source

    Class GridValue.GridControl

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

    Properties

    View Source

    Config

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

    Editor

    Declaration
    public GridValue.GridEditor Editor { get; set; }
    Property Value
    Type Description
    GridValue.GridEditor
    View Source

    Styles

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

    Value

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