Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockGridConfiguration.BlockGridAreaConfiguration

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

    Properties

    View Source

    Alias

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

    ColumnSpan

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

    Key

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

    MaxAllowed

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

    MinAllowed

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

    RowSpan

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