I have a check list box from the wpf toolkit 2. I cannot get all of the selected items. I read that I am supposed to use SelectedItemsOverride to get all of my selected items bu
I faced the same problem and solved it by assigning the private field of the property In your example
private ObservableCollection _testClassSelected=new ObservableCollection();