This is a follow up to my previous post WPF Databinding- Not your fathers databinding Part 1-3 you can download the source code here http://ssccinc.com/wpfdatab... Example 04 In this example we demonstrate the use of default properties and also binding to an instant of an object which is part of a collection bound to its container. this is actually not as complicated as it sounds. First of all, lets take a look at our Employee class notice we have overridden the ToString method, which will ......