Enum MultiSelectMode
Represents the enumeration for Multiselection in ComboBox.
Namespace: Syncfusion.XForms.WPF.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.WPF.dll
Syntax
public enum MultiSelectMode
Fields
| Name | Description |
|---|---|
| Delimiter | Allows to select multiple items and they are separated by a Delimiter character. |
| None | Allows to select single item. |
| Token | Allows to select multiple items and they are created as tokens and added in a panel. |