How do I get the selected value (eg Option1) as a string from my example below. I\'ve tried loads of suggestions on Google but can\'t get the string.>
Option1
string
ComboBoxItem.Content is of type Object, so you'll need to cast the item yourself.