Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiBlockGridItem

    Inheritance
    System.Object
    ApiBlockItem
    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ApiBlockGridItem : ApiBlockItem

    Constructors

    View Source

    ApiBlockGridItem(IApiElement, IApiElement, Int32, Int32, Int32, IEnumerable<ApiBlockGridArea>)

    Declaration
    public ApiBlockGridItem(IApiElement content, IApiElement settings, int rowSpan, int columnSpan, int areaGridColumns, IEnumerable<ApiBlockGridArea> areas)
    Parameters
    Type Name Description
    IApiElement content
    IApiElement settings
    System.Int32 rowSpan
    System.Int32 columnSpan
    System.Int32 areaGridColumns
    IEnumerable<ApiBlockGridArea> areas

    Properties

    View Source

    AreaGridColumns

    Declaration
    public int AreaGridColumns { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Areas

    Declaration
    public IEnumerable<ApiBlockGridArea> Areas { get; }
    Property Value
    Type Description
    IEnumerable<ApiBlockGridArea>
    View Source

    ColumnSpan

    Declaration
    public int ColumnSpan { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    RowSpan

    Declaration
    public int RowSpan { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ApiBlockGridItem(IApiElement, IApiElement, Int32, Int32, Int32, IEnumerable<ApiBlockGridArea>)
    • Properties
      • AreaGridColumns
      • Areas
      • ColumnSpan
      • RowSpan
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX