WPF ComboBoxColumn

Difference between SelectedItemBinding and SelectedValueBinding is:

  1. SelectedItemBinding assumes the item is a custom object whereas
  2. SelectedValueBinding assumes the binding is to a string or some other primitive types.

Leave a comment