Class PlainDecimalPropertyEditor
Represents a property editor for configuration-less decimal properties.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class PlainDecimalPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View SourcePlainDecimalPropertyEditor(IDataValueEditorFactory)
Initializes a new instance of the PlainDecimalPropertyEditor class.
Declaration
public PlainDecimalPropertyEditor(IDataValueEditorFactory dataValueEditorFactory)
Parameters
Type | Name | Description |
---|---|---|
IDataValueEditorFactory | dataValueEditorFactory |