Class EyeDropperColorPickerPropertyEditor
Represents a property editor for selecting colors using an eye dropper.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
[DataEditor("Umbraco.ColorPicker.EyeDropper", ValueEditorIsReusable = true)]
public class EyeDropperColorPickerPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View SourceEyeDropperColorPickerPropertyEditor(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. |