Xuni Product Documentation - Xamarin.Forms
Editing

The XuniComboBox control allows users to input data by either selecting an item from the drop-down or by typing text into the text box. However, by default, the XuniComboBox control is non-editable and does not allow users to provide input by typing.

To change this default behavior, the XuniComboBox class provides the IsEditable property that can be set to true to enable editing in the text box.

C#
Copy Code
this.cbxEdit.IsEditable = true;

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback