View Source
Class BlockGridConfiguration.BlockGridBlockConfiguration
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class BlockGridBlockConfiguration : IBlockConfiguration
Properties
View Source
AllowAtRoot
Declaration
public bool AllowAtRoot { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
AllowInAreas
Declaration
public bool AllowInAreas { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
AreaGridColumns
Declaration
public int? AreaGridColumns { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
Areas
Declaration
public BlockGridConfiguration.BlockGridAreaConfiguration[] Areas { get; set; }
Property Value
View Source
ContentElementTypeKey
Declaration
public Guid ContentElementTypeKey { get; set; }
Property Value
View Source
SettingsElementTypeKey
Declaration
public Guid? SettingsElementTypeKey { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|