Class SliderPropertyEditor
Represents a slider editor.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Infrastructure.dll
Syntax
public class SliderPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View SourceSliderPropertyEditor(IDataValueEditorFactory, IIOHelper)
Declaration
public SliderPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper)
Parameters
| Type | Name | Description |
|---|---|---|
| IDataValueEditorFactory | dataValueEditorFactory | |
| IIOHelper | ioHelper |
SliderPropertyEditor(IDataValueEditorFactory, IIOHelper, IEditorConfigurationParser)
Initializes a new instance of the SliderPropertyEditor class.
Declaration
public SliderPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser)
Parameters
| Type | Name | Description |
|---|---|---|
| IDataValueEditorFactory | dataValueEditorFactory | |
| IIOHelper | ioHelper | |
| IEditorConfigurationParser | editorConfigurationParser |
Methods
View SourceCreateConfigurationEditor()
Creates a configuration editor instance.
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns
| Type | Description |
|---|---|
| IConfigurationEditor |