Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockGridConfiguration.BlockGridBlockConfiguration

    Represents the configuration for a single block type in the Block Grid editor.

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

    Constructors

    View Source

    BlockGridBlockConfiguration()

    Declaration
    public BlockGridBlockConfiguration()

    Properties

    View Source

    AllowAtRoot

    Gets or sets a value indicating whether this block can be placed at the root level of the grid.

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

    AllowInAreas

    Gets or sets a value indicating whether this block can be placed within areas of other blocks.

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

    AreaGridColumns

    Gets or sets the number of grid columns available within this block's areas.

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

    Areas

    Gets or sets the configured areas within this block.

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

    ContentElementTypeKey

    Gets or sets the unique key of the content element type for this block.

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

    SettingsElementTypeKey

    Gets or sets the unique key of the settings element type for this block, if any.

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