Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockGridConfiguration.BlockGridBlockConfiguration

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class BlockGridConfiguration.BlockGridBlockConfiguration : IBlockConfiguration

    Properties

    View Source

    AllowAtRoot

    Declaration
    public bool AllowAtRoot { get; set; }
    Property Value
    Type Description
    bool
    View Source

    AllowInAreas

    Declaration
    public bool AllowInAreas { get; set; }
    Property Value
    Type Description
    bool
    View Source

    AreaGridColumns

    Declaration
    public int? AreaGridColumns { get; set; }
    Property Value
    Type Description
    int?
    View Source

    Areas

    Declaration
    public BlockGridConfiguration.BlockGridAreaConfiguration[] Areas { get; set; }
    Property Value
    Type Description
    BlockGridAreaConfiguration[]
    View Source

    ContentElementTypeKey

    Declaration
    public Guid ContentElementTypeKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    SettingsElementTypeKey

    Declaration
    public Guid? SettingsElementTypeKey { get; set; }
    Property Value
    Type Description
    Guid?
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX