Search Results for

    Show / Hide Table of Contents
    View Source

    Class LabelConfiguration

    Represents the configuration for the label value editor.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class LabelConfiguration : IConfigureValueType

    Constructors

    View Source

    LabelConfiguration()

    Declaration
    public LabelConfiguration()

    Properties

    View Source

    ValueType

    Gets or sets the value type for the label property editor.

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