Setting the design time datacontext in visual studio 2010 in your xaml file, makes intellitype work for a deep traversal of any of your view model properties... You can set the data context type to your view mode, and then data binding to your view model
Read More...