Class DropDownFlexibleConfiguration
Represents the configuration for the flexible dropdown property editor.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class DropDownFlexibleConfiguration : ValueListConfiguration
Constructors
View SourceDropDownFlexibleConfiguration()
Declaration
public DropDownFlexibleConfiguration()
Properties
View SourceMultiple
Gets or sets a value indicating whether multiple selections are allowed.
Declaration
[ConfigurationField("multiple")]
public bool Multiple { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |