We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
var binda = new Binder(); binda.AddRegistration(typeof(PersonControl), "FirstName"); binda.Bind(myObject, myForm);