I set the DisplayMemberPath of a combobox as well as the ItemsSource, now i'm trying to retrieve the selectedText that is displayed but there is no selectedText property. I tried
string s = comboBoxItem.SelectedItem.ToString();
but i'm getting a weird value. How do I retrieve the Displayed value of the comboBox