Click or drag to resize

DataBindingManager Methods

The DataBindingManager type exposes the following members.

Methods
  NameDescription
Public methodAddDataBinding
Adds a new data binding.
Public methodEquals (Inherited from Object.)
Public methodGetDataBindingsByData
Returns all data bindings of the object with the given ID where the object is not the parent. If you provide a parent object type, only data bindings where the parent is of the given object type are returned.
Public methodGetDataBindingsByParent
Returns all data bindings that match the given parent.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRemoveAllDataBinding
Removes all data bindings from the object with the given ID.
Public methodRemoveDataBinding
Removes a data binding.
Public methodToString (Inherited from Object.)
Top
See Also