Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IGridEditorConfig

    Namespace: Umbraco.Cms.Core.Configuration.Grid
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IGridEditorConfig

    Properties

    View Source

    Alias

    Declaration
    string Alias { get; }
    Property Value
    Type Description
    System.String
    View Source

    Config

    Declaration
    IDictionary<string, object> Config { get; }
    Property Value
    Type Description
    IDictionary<System.String, System.Object>
    View Source

    Icon

    Declaration
    string Icon { get; }
    Property Value
    Type Description
    System.String
    View Source

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    View Source

    NameTemplate

    Declaration
    string NameTemplate { get; }
    Property Value
    Type Description
    System.String
    View Source

    Render

    Declaration
    string Render { get; }
    Property Value
    Type Description
    System.String
    View Source

    View

    Declaration
    string View { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • Config
      • Icon
      • Name
      • NameTemplate
      • Render
      • View
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX