Where is the datacontext for the CustomerViewModel in the official MSDN MVVM article ?

Posted by msfanboy on Stack Overflow See other posts from Stack Overflow or by msfanboy
Published on 2010-04-30T23:03:12Z Indexed on 2010/04/30 23:07 UTC
Read the original article Hit count: 146

Filed under:
|
|

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 ???

© Stack Overflow or respective owner

Related posts about mvvm

Related posts about wpf