Using the ComboBox SelectedItem property in WPF / MVVM
An implementation of using the WPF Combo Box using MVVM patterns. The intention is to get a ComboBox control’s SelectedItem property to bind to an instance of a selected object, so that when the SelectedItem is changed, all other entities that are bound to it are also updated. See this StackOverflow discussion for background information: …
Continue reading ‘Using the ComboBox SelectedItem property in WPF / MVVM’ »