ComboBoxModes
29 Jun 2018 / 1 minute to read
The control provides you an option to show or select the dropdown items either by editing or non-editing the combobox textbox. The two combo box modes are,
-
Editable
-
Non-Editable
Editable
In editable mode the user can select an item from the dropdown list by either typing any string or clicking the dropdown button.
combobox.IsEditable = true;
Non-editable
In non-editable mode users can select an item from the dropdown list only by clicking the drop-down button.
NOTE
The default ComboBoxModes is Non-Editable
combobox.IsEditable = false;
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page