Checking to make sure my assumptions are correct.
I have an ObservableCollection class. I am calling a web service and retrieving an array of Devices. I am then enum
The Device class have to implement the interface INotifyPropertyChanged .Then for each property fire the notify property changed event as usuall.
This will enable the property changed notification automatically.