Class ValueListConfiguration
Represents the ValueList editor configuration.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class ValueListConfiguration
Constructors
View SourceValueListConfiguration()
Declaration
public ValueListConfiguration()
Properties
View SourceItems
Gets or sets the list of selectable items.
Declaration
[ConfigurationField("items")]
public List<string> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |