Enum ComboBoxMode
Represents the enumeration for ComboBoxMode.
Namespace: Syncfusion.XForms.WPF.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.WPF.dll
Syntax
public enum ComboBoxMode
Fields
| Name | Description |
|---|---|
| Append | Appends the suggested text. |
| None | Suggestion and append are not performed. |
| Suggest | Displays all the suggestions in a dropdown. |
| SuggestAppend | Appends the suggested text and displays all the suggestions in a dropdown. |