View Source
Class ApiBlockGridArea
Inheritance
System.Object
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
View Source
RowSpan
Declaration
public int RowSpan { get; }
Property Value
Type |
Description |
System.Int32 |
|