Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockGridLayoutItem

    Used for deserializing the block grid layout

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public class BlockGridLayoutItem : IBlockLayoutItem

    Constructors

    View Source

    BlockGridLayoutItem()

    Declaration
    public BlockGridLayoutItem()
    View Source

    BlockGridLayoutItem(Udi)

    Declaration
    public BlockGridLayoutItem(Udi contentUdi)
    Parameters
    Type Name Description
    Udi contentUdi
    View Source

    BlockGridLayoutItem(Udi, Udi)

    Declaration
    public BlockGridLayoutItem(Udi contentUdi, Udi settingsUdi)
    Parameters
    Type Name Description
    Udi contentUdi
    Udi settingsUdi

    Properties

    View Source

    Areas

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

    ColumnSpan

    Declaration
    public int? ColumnSpan { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    ContentUdi

    Declaration
    public Udi ContentUdi { get; set; }
    Property Value
    Type Description
    Udi
    View Source

    RowSpan

    Declaration
    public int? RowSpan { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    SettingsUdi

    Declaration
    public Udi SettingsUdi { get; set; }
    Property Value
    Type Description
    Udi
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlockGridLayoutItem()
      • BlockGridLayoutItem(Udi)
      • BlockGridLayoutItem(Udi, Udi)
    • Properties
      • Areas
      • ColumnSpan
      • ContentUdi
      • RowSpan
      • SettingsUdi
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX