View Source
Class BlockGridConfiguration.BlockGridBlockConfiguration
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract]
public class BlockGridBlockConfiguration : IBlockConfiguration
Properties
View Source
AllowAtRoot
Declaration
[DataMember(Name = "allowAtRoot")]
public bool AllowAtRoot { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
AllowInAreas
Declaration
[DataMember(Name = "allowInAreas")]
public bool AllowInAreas { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
AreaGridColumns
Declaration
[DataMember(Name = "areaGridColumns")]
public int? AreaGridColumns { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
Areas
Declaration
[DataMember(Name = "areas")]
public BlockGridConfiguration.BlockGridAreaConfiguration[] Areas { get; set; }
Property Value
View Source
BackgroundColor
Declaration
[DataMember(Name = "backgroundColor")]
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ColumnSpanOptions
Declaration
[DataMember(Name = "columnSpanOptions")]
public BlockGridConfiguration.BlockGridColumnSpanOption[] ColumnSpanOptions { get; set; }
Property Value
View Source
ContentElementTypeKey
Declaration
[DataMember(Name = "contentElementTypeKey")]
public Guid ContentElementTypeKey { get; set; }
Property Value
View Source
EditorSize
Declaration
[DataMember(Name = "editorSize")]
public string EditorSize { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ForceHideContentEditorInOverlay
Declaration
[DataMember(Name = "forceHideContentEditorInOverlay")]
public bool ForceHideContentEditorInOverlay { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
GroupKey
Declaration
[DataMember(Name = "groupKey")]
public string GroupKey { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
IconColor
Declaration
[DataMember(Name = "iconColor")]
public string IconColor { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
InlineEditing
Declaration
[DataMember(Name = "inlineEditing")]
public bool InlineEditing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Label
Declaration
[DataMember(Name = "label")]
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
RowMaxSpan
Declaration
[DataMember(Name = "rowMaxSpan")]
public int? RowMaxSpan { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
RowMinSpan
Declaration
[DataMember(Name = "rowMinSpan")]
public int? RowMinSpan { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
SettingsElementTypeKey
Declaration
[DataMember(Name = "settingsElementTypeKey")]
public Guid? SettingsElementTypeKey { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
View Source
Stylesheet
Declaration
[DataMember(Name = "stylesheet")]
public string Stylesheet { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Thumbnail
Declaration
[DataMember(Name = "thumbnail")]
public string Thumbnail { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
View
Declaration
[DataMember(Name = "view")]
public string View { get; set; }
Property Value
Type |
Description |
System.String |
|