When is the right time to use dependency properties in MVVM?

Posted by Mohit Deshpande on Stack Overflow See other posts from Stack Overflow or by Mohit Deshpande
Published on 2010-03-13T22:42:46Z Indexed on 2010/03/13 22:45 UTC
Read the original article Hit count: 441

Filed under:
|

When is the right time to use dependency properties? Should every property in you ViewModel be a dependency property? Should only certain properties be dependency properties? If there is an editable DataGridView, should all the properties be dependency properties?

© Stack Overflow or respective owner

Related posts about dependency-properties

Related posts about mvvm