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
Constructors
View SourceColorPickerConfiguration()
Declaration
public ColorPickerConfiguration()
Properties
View SourceItems
Gets or sets the list of available color items.
Declaration
[ConfigurationField("items")]
public List<ColorPickerConfiguration.ColorPickerItem> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ColorPickerConfiguration.ColorPickerItem> |
UseLabel
Gets or sets a value indicating whether to display color labels.
Declaration
[ConfigurationField("useLabel")]
public bool UseLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |