The CheckedComboBoxEdit editor can be bound to a property of the string type only. To bind it to a collection properly, declare an auxiliary string property that can be used for binding. In addition, this property will work as a converter. It will convert the collection to a string value and vice versa.
↧