DualBindingT Methods |
The DualBindingT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | SetDestination |
Sets the destination object's property with the value of the source
|
![]() | SetSource |
Sets the source object's property with the value of the destination
|
![]() | ToString |
Returns a String that represents the current DualBindingT.
(Overrides ObjectToString.) |
![]() | Unbind |
Unbinds both the source and destination bindings
(Overrides BindingUnbind.) |
![]() | Update |
Updates the binding value (sets the source with the value of the destination)
(Overrides BindingUpdate(BindingUpdateMode).) |