View Source
Class BlockGridLayoutItem
Used for deserializing the block grid layout
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class BlockGridLayoutItem : IBlockLayoutItem
Properties
View Source
Areas
Declaration
public BlockGridLayoutAreaItem[] Areas { get; set; }
Property Value
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
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