The ObjectBinder component has been designed to simplify binding controls on a form to objects for FW 1.x. Since Microsoft has released FW 2.0 we can use the BindingSource component to bind controls to objects. However the ObjectBinder still can be useful as it supports a few features which are not available for the BindingSource. Those features are:

The dev version of BLToolkit contains a demo project (Demo\WinForms) showing the use of the ObjectBinder.