Class BlockGridConfiguration.BlockGridAreaConfiguration
Represents the configuration for an area within a Block Grid block.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class BlockGridConfiguration.BlockGridAreaConfiguration
Constructors
View SourceBlockGridAreaConfiguration()
Declaration
public BlockGridAreaConfiguration()
Properties
View SourceAlias
Gets or sets the alias of this area.
Declaration
public string? Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ColumnSpan
Gets or sets the number of columns this area spans.
Declaration
public int? ColumnSpan { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Key
Gets or sets the unique key identifying this area.
Declaration
public Guid Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
MaxAllowed
Gets or sets the maximum number of blocks allowed in this area.
Declaration
public int? MaxAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
MinAllowed
Gets or sets the minimum number of blocks allowed in this area.
Declaration
public int? MinAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
RowSpan
Gets or sets the number of rows this area spans.
Declaration
public int? RowSpan { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |