Search Results for

    Show / Hide Table of Contents

    Class GridConfiguration

    Represents the configuration for the grid value editor.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: cs.temp.dll.dll
    Syntax
    public class GridConfiguration : IIgnoreUserStartNodesConfig

    Properties

    IgnoreUserStartNodes

    Declaration
    public bool IgnoreUserStartNodes { get; set; }
    Property Value
    Type Description
    System.Boolean

    Items

    Declaration
    public JObject Items { get; set; }
    Property Value
    Type Description
    JObject

    MediaParentId

    Declaration
    public GuidUdi MediaParentId { get; set; }
    Property Value
    Type Description
    GuidUdi

    Rte

    Declaration
    public JObject Rte { get; set; }
    Property Value
    Type Description
    JObject
    In This Article
    • Properties
      • IgnoreUserStartNodes
      • Items
      • MediaParentId
      • Rte
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX