I use combobox in c# windows form. I bound the item list as below:
var employmentStatus = new BindingList>(); emplo
Try this:
KeyValuePair pair = (KeyValuePair)this.ComboBox.SelectedItem;