Class ColorPickerConfiguration
Represents the configuration for the color picker value editor.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class ColorPickerConfiguration
Properties
View SourceItems
Declaration
[ConfigurationField("items")]
public List<ColorPickerConfiguration.ColorPickerItem> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ColorPickerConfiguration.ColorPickerItem> |
UseLabel
Declaration
[ConfigurationField("useLabel")]
public bool UseLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |