Perform UI Binding to an MBO

You can perform UI binding to an MBO through the DataBindings method.

this.editbox.DataBindings.Add(new 
System.Windows.Forms.Binding("Text", 
this.CustomerBindingSource, "Id", true, 
System.Windows.Forms.DataSourceUpdateMode.Never));