Search Results for

    Show / Hide Table of Contents
    View Source

    Class EyeDropperColorPickerPropertyEditor

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

    Constructors

    View Source

    EyeDropperColorPickerPropertyEditor(IDataValueEditorFactory, IIOHelper, EditorType)

    Declaration
    public EyeDropperColorPickerPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, EditorType type = EditorType.PropertyValue)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IIOHelper ioHelper
    EditorType type
    View Source

    EyeDropperColorPickerPropertyEditor(IDataValueEditorFactory, IIOHelper, IEditorConfigurationParser, EditorType)

    Declaration
    public EyeDropperColorPickerPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser, EditorType type = EditorType.PropertyValue)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IIOHelper ioHelper
    IEditorConfigurationParser editorConfigurationParser
    EditorType type

    Methods

    View Source

    CreateConfigurationEditor()

    Creates a configuration editor instance.

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