Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockGridPropertyEditor

    Represents a block list property editor.

    Inheritance
    System.Object
    DataEditor
    BlockGridPropertyEditorBase
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class BlockGridPropertyEditor : BlockGridPropertyEditorBase, IDataEditor, IDiscoverable

    Constructors

    View Source

    BlockGridPropertyEditor(IDataValueEditorFactory, IIOHelper)

    Declaration
    public BlockGridPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IIOHelper ioHelper
    View Source

    BlockGridPropertyEditor(IDataValueEditorFactory, IIOHelper, IBlockValuePropertyIndexValueFactory)

    Declaration
    public BlockGridPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IIOHelper ioHelper
    IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory

    Methods

    View Source

    CreateConfigurationEditor()

    Declaration
    protected override IConfigurationEditor CreateConfigurationEditor()
    Returns
    Type Description
    IConfigurationEditor
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlockGridPropertyEditor(IDataValueEditorFactory, IIOHelper)
      • BlockGridPropertyEditor(IDataValueEditorFactory, IIOHelper, IBlockValuePropertyIndexValueFactory)
    • Methods
      • CreateConfigurationEditor()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX