Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ColorPickerConfiguration()

    Declaration
    public ColorPickerConfiguration()

    Properties

    View Source

    Items

    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>
    View Source

    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
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX