Class ColorPickerConfiguration
Represents the configuration for the color picker value editor.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class ColorPickerConfiguration
Properties
View SourceItems
Declaration
public List<ColorPickerConfiguration.ColorPickerItem> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ColorPickerConfiguration.ColorPickerItem> |
UseLabel
Declaration
public bool UseLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |