Overload List

  NameDescription
GetDataBindingItem(String)
Return a specific databinding item for a give control id. Note unlike the ControlInstance version return null if the ControlId isn't found.
GetDataBindingItem(Control)
Returns a specific DataBinding Item for a given control. Always returns an item even if the Control is not found. If you need to check whether this is a valid item check the BindingSource property for being blank. Extender Property Get method

See Also