Creating a Silverlight DataContext Proxy to Simplify Data Binding ... by Xaml combobox

Sun, 20 Sep 2009 00:02:10 -0700

Creating a Silverlight DataContext Proxy to Simplify Data Binding ...

by Xaml combobox @ Sun, 20 Sep 2009 00:02:10 -0700



This allows the ViewModel defined in the parent to be accessed using XAML in the child User Control. For example, a ComboBox nested in a DataGrid can easily get to the Branches property using the following binding syntax: ...