| 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; }
<BindableAttribute(true)>
<DefaultValueAttribute(false)>
Public Property AllowMultiple As Boolean
Get
Set
Property Value
Type:
BooleanReturn Value
Type:
BooleanRemarks See Also