Where is the datacontext for the CustomerViewModel in the official MSDN MVVM article ?
- by msfanboy
Hello,
can anyone show me please how the CustomerView.xaml specifically this:j
Why is there a Binding to FirstName which is public property in the CustomerViewModel.
The is a datacontext set for the MainViewModel, but not for the CustomerViewModel, so why does the binding work ???