Class BlockGridValue
Represents a block grid value.
Namespace: Umbraco.Cms.Core.Models.Blocks
Assembly: Umbraco.Core.dll
Syntax
public class BlockGridValue : BlockValue<BlockGridLayoutItem>
Constructors
View SourceBlockGridValue()
Initializes a new instance of the BlockGridValue class.
Declaration
public BlockGridValue()
BlockGridValue(IEnumerable<BlockGridLayoutItem>)
Initializes a new instance of the BlockGridValue class.
Declaration
public BlockGridValue(IEnumerable<BlockGridLayoutItem> layouts)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<BlockGridLayoutItem> | layouts | The layouts. |
Properties
View SourcePropertyEditorAlias
Gets the property editor alias of the current layout.
Declaration
[JsonIgnore]
public override string PropertyEditorAlias { get; }
Property Value
Type | Description |
---|---|
System.String | The property editor alias of the current layout. |