Set hint or watermark or default text for ComboBox without adding it as item

Solution 1:

You can simply set a String to the Text property of that Combobox. This will give you the desired behaviour. Keep in mind that your code must take into account that this combo may have not any item selected. You can check this by the SelectedIndex property that will be -1.

Image1 Image2