Search Results for

    Show / Hide Table of Contents
    View Source

    Class EyeDropperColorPickerPropertyEditor

    Represents a property editor for selecting colors using an eye dropper.

    Inheritance
    object
    DataEditor
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    [DataEditor("Umbraco.ColorPicker.EyeDropper", ValueEditorIsReusable = true)]
    public class EyeDropperColorPickerPropertyEditor : DataEditor, IDataEditor, IDiscoverable

    Constructors

    View Source

    EyeDropperColorPickerPropertyEditor(IDataValueEditorFactory)

    Initializes a new instance of the EyeDropperColorPickerPropertyEditor class.

    Declaration
    public EyeDropperColorPickerPropertyEditor(IDataValueEditorFactory dataValueEditorFactory)
    Parameters
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory

    The data value editor factory.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX