Click or drag to resize

EditableListColumnListEditorAllowMultiple Property

Gets or set the value which indicates that multiple options can be selected in the list. If it is not specified, then only one option can be selected at a time.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
[DefaultValueAttribute(false)]
public bool AllowMultiple { get; set; }

Property Value

Type: Boolean

Return Value

Type: Boolean
Remarks