WPF ComboBox Data Binding
Traditional way of binding data into ComboBox in C# .net 2.0 is by assigning data into property of ComboBox called “DataSource” and we set DataKey and DataValue and it is done.
In WPF, the naming of these properties has changed to very weird name and the sample code below will do the same job:



