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

    Properties

    View Source

    Items

    Declaration
    [ConfigurationField("items")]
    public List<ColorPickerConfiguration.ColorPickerItem> Items { get; set; }
    Property Value
    Type Description
    List<ColorPickerConfiguration.ColorPickerItem>
    View Source

    UseLabel

    Declaration
    [ConfigurationField("useLabel")]
    public bool UseLabel { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX