Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiBlockGridArea

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

    Constructors

    View Source

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

    Declaration
    public ApiBlockGridArea(string alias, int rowSpan, int columnSpan, IEnumerable<ApiBlockGridItem> items)
    Parameters
    Type Name Description
    System.String alias
    System.Int32 rowSpan
    System.Int32 columnSpan
    IEnumerable<ApiBlockGridItem> items

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; }
    Property Value
    Type Description
    System.String
    View Source

    ColumnSpan

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

    Items

    Declaration
    public IEnumerable<ApiBlockGridItem> Items { get; }
    Property Value
    Type Description
    IEnumerable<ApiBlockGridItem>
    View Source

    RowSpan

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