Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockGridConfiguration.BlockGridAreaConfiguration

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class BlockGridAreaConfiguration

    Properties

    View Source

    Alias

    Declaration
    [DataMember(Name = "alias")]
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ColumnSpan

    Declaration
    [DataMember(Name = "columnSpan")]
    public int? ColumnSpan { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    CreateLabel

    Declaration
    [DataMember(Name = "createLabel")]
    public string CreateLabel { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Key

    Declaration
    [DataMember(Name = "key")]
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    MaxAllowed

    Declaration
    [DataMember(Name = "maxAllowed")]
    public int? MaxAllowed { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    MinAllowed

    Declaration
    [DataMember(Name = "minAllowed")]
    public int? MinAllowed { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    RowSpan

    Declaration
    [DataMember(Name = "rowSpan")]
    public int? RowSpan { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    SpecifiedAllowance

    Declaration
    [DataMember(Name = "specifiedAllowance")]
    public BlockGridConfiguration.BlockGridAreaConfigurationSpecifiedAllowance[] SpecifiedAllowance { get; set; }
    Property Value
    Type Description
    BlockGridConfiguration.BlockGridAreaConfigurationSpecifiedAllowance[]
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • ColumnSpan
      • CreateLabel
      • Key
      • MaxAllowed
      • MinAllowed
      • RowSpan
      • SpecifiedAllowance
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX