Overload List

  NameDescription
AddBinding(Control)
This method only adds a data binding item, but doesn't bind it to anything. This can be useful for only displaying errors
AddBinding(Control, String, Object, String)
Adds a binding to the control. This method is a simple way to establish a binding. Returns the Item so you can customize properties further
AddBinding(Control, String, String, String)
Adds a binding to the control. This method is a simple way to establish a binding. Returns the Item so you can customize properties further

See Also