ComboBoxItem typeItem = (ComboBoxItem)cboType.SelectedItem;string value = typeItem.Content.ToString();