Search Results for

    Show / Hide Table of Contents
    View Source

    Class DropDownFlexibleConfiguration

    Represents the configuration for the flexible dropdown property editor.

    Inheritance
    object
    ValueListConfiguration
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class DropDownFlexibleConfiguration : ValueListConfiguration

    Constructors

    View Source

    DropDownFlexibleConfiguration()

    Declaration
    public DropDownFlexibleConfiguration()

    Properties

    View Source

    Multiple

    Gets or sets a value indicating whether multiple selections are allowed.

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