Editable Support in WPF ComboBox (ComboBoxAdv)
22 Sep 2020 / 1 minute to read
IsEditable
It allows user to edit the text in the ComboBoxAdv.
Property | Description | Type | Data Type | Reference links |
---|---|---|---|---|
IsEditable | It is possible to edit the text of ComboBoxAdv. | Dependency Property | Boolean | NA |
Adding IsEditable property to an application
IsEditable property can be added directly to an application in the following way:
<syncfusion:ComboBoxAdv IsEditable="true"></syncfusion:ComboBoxAdv>
ComboBoxAdv comboBox = new ComboBoxAdv();
comboBox.IsEditable = true;
NOTE
It can be applied when
AllowMultiSelect
property is not assigned as true.
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