Question and Answer on creating and using DataBinding in your own types. Q : When you bind to business objects, then you not only want to bind to the properties of the objects, often you want to display properties of related objects. Example: You have a DataGrid displaying a list of Order objects, the...