WebComboMultipleSelectionSettings Properties
| Enabled | Description Gets or sets whether the multiple selections feature should be enabled. ValueType boolean Default Value false |
| SeparatorChar | Description Gets or sets the separator character used to separate multiple values in the textbox. ValueType char Default Value ';' |
| ItemContextMenu | Description Gets or sets the Intersoft WebComboContextMenu object to be displayed when right clicking an item. ValueType - Default Value - |
| AllowNotInListText | Description Gets or sets whether WebCombo should accept text which is not in the list. ValueType boolean Default Value false |
| AutoSelectFirstMatch | Description Gets or sets whether WebCombo should automatically select first row of matched items against input text. ValueType boolean Default Value true |
| AllowBrowseAll | Description Gets or sets whether WebCombo should allow the user to browse all list by pressing Ctrl+Space key. ValueType boolean Default Value false |