Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class MultipleOptionsListSettings

Settings for the predefiened option lists properties.

Inheritance
System.Object
MultipleOptionsListSettings
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.PropertyControls.PropertySettings
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[PropertySettingsUI(typeof(InputMultipleOptionsList))]
public class MultipleOptionsListSettings : PropertySettingsBase, IPropertySettings

Constructors

MultipleOptionsListSettings()

Declaration
public MultipleOptionsListSettings()

Properties

ListOptions

Gets or sets the values of the options.

Declaration
public Dictionary<string, string> ListOptions { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>

The values of the options.

Methods

GetDefaultValues()

Gets the default value.

Declaration
public override IPropertySettings GetDefaultValues()
Returns
Type Description
IPropertySettings

Programmatically determined default values

Overrides

Implements

Extension Methods