The binding source object that is the source for databinding. This is an object of some sort and can be either a real object or a DataRow/DataTable/DataSet. If a DataTable is used the first row is assumed. If a DataSet is used the first table and first row are assumed.

The object reference is always Page relative, so binding doesn't work against local variables, only against properties of the form. Form properties that are bound should be marked public or protected, but not private as Reflection is used to get the values.

This or me is implicit, but can be specified so "Customer" or "this.Customer" is equivalent.