Class ValueListConfiguration
Represents the ValueList editor configuration.
Inheritance
System.Object
Namespace: Umbraco.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class ValueListConfiguration
Properties
View SourceItems
Declaration
[ConfigurationField("items", "Configure", "multivalues", Description = "Add, remove or sort values for the list.")]
public List<ValueListConfiguration.ValueListItem> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ValueListConfiguration.ValueListItem> |