The behavior of a TcxBarEditItem's EditValue has changed when a RepositoryItem (ImageComboBox) is assigned by design:
In older versions of the component the ImageComboBox.Items[0] value was set as default value for the TcxBarEditItem. Now this is not taken into account any more and NULL is set to the EditValue what leads to severe issues in my application as the user have to select a value first instead of having the defaults.
versus