Using Custom .NET Controls - minton/binda GitHub Wiki

var binda = new Binder();
binda.AddRegistration(typeof(PersonControl), "FirstName");
binda.Bind(myObject, myForm);