Search Results for

    Show / Hide Table of Contents
    View Source

    Class GridConfiguration

    Represents the configuration for the grid value editor.

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

    Properties

    View Source

    IgnoreUserStartNodes

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

    Items

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

    MediaParentId

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

    Rte

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