Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockGridValue

    Represents a block grid value.

    Inheritance
    System.Object
    BlockValue
    BlockValue<BlockGridLayoutItem>
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public class BlockGridValue : BlockValue<BlockGridLayoutItem>

    Constructors

    View Source

    BlockGridValue()

    Initializes a new instance of the BlockGridValue class.

    Declaration
    public BlockGridValue()
    View Source

    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 Source

    PropertyEditorAlias

    Gets the property editor alias of the current layout.

    Declaration
    public override string PropertyEditorAlias { get; }
    Property Value
    Type Description
    System.String

    The property editor alias of the current layout.

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlockGridValue()
      • BlockGridValue(IEnumerable<BlockGridLayoutItem>)
    • Properties
      • PropertyEditorAlias
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX