Can MVVM Usercontrols have property defined in codebehind ?

Posted by Anish on Stack Overflow See other posts from Stack Overflow or by Anish
Published on 2010-05-24T07:47:31Z Indexed on 2010/05/24 7:51 UTC
Read the original article Hit count: 225

Filed under:
|
|
|
|

Hi,

I have a WPF user control ...which is in MVVM. The user control(which contains a listview) need data from the page (where it is included). I have to set a property to get this data input. Will this comply with MVVM...if not, what is the way for the same?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about mvvm