View Source
  Class EyeDropperColorPickerPropertyEditor
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  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
  
  
    View Source
  
  EyeDropperColorPickerPropertyEditor(IDataValueEditorFactory, IIOHelper, IEditorConfigurationParser, EditorType)
  
  
  Declaration
  
    public EyeDropperColorPickerPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser, EditorType type = EditorType.PropertyValue)
   
  Parameters
  
  Methods
  
  
    View Source
  
  CreateConfigurationEditor()
  Creates a configuration editor instance.
Declaration
  
    protected override IConfigurationEditor CreateConfigurationEditor()
   
  Returns