| DataBindingManager Methods | 
The DataBindingManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddDataBinding | 
                Adds a new data binding.
             | 
|  | Equals | (Inherited from Object.) | 
|  | GetDataBindingsByData | 
                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.
             | 
|  | GetDataBindingsByParent | 
                Returns all data bindings that match the given parent.
             | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | RemoveAllDataBinding | 
                Removes all data bindings from the object with the given ID.
             | 
|  | RemoveDataBinding | 
                Removes a data binding.
             | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also