Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockGridConfiguration.BlockGridAreaConfiguration

    Represents the configuration for an area within a Block Grid block.

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

    Constructors

    View Source

    BlockGridAreaConfiguration()

    Declaration
    public BlockGridAreaConfiguration()

    Properties

    View Source

    Alias

    Gets or sets the alias of this area.

    Declaration
    public string? Alias { get; set; }
    Property Value
    Type Description
    string
    View Source

    ColumnSpan

    Gets or sets the number of columns this area spans.

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

    Key

    Gets or sets the unique key identifying this area.

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

    MaxAllowed

    Gets or sets the maximum number of blocks allowed in this area.

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

    MinAllowed

    Gets or sets the minimum number of blocks allowed in this area.

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

    RowSpan

    Gets or sets the number of rows this area spans.

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