DualBinding<T> Class |
Namespace: Eto.Forms
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.DualBinding`1"]
The DualBinding<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | DualBinding<T>(DirectBinding<T>, DirectBinding<T>, DualBindingMode) |
Initializes a new instance of the DualBinding class with two specified bindings
|
![]() | DualBinding<T>(Object, String, Object, String, DualBindingMode) |
Initializes a new instance of the DualBinding class with two object property bindings
|
Name | Description | |
---|---|---|
![]() | Destination |
Gets the destination binding
|
![]() | Mode |
Gets the mode of the binding
|
![]() | Source |
Gets the source binding
|
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 DualBinding<T>.
(Overrides Object.ToString().) |
![]() | Unbind |
Unbinds both the source and destination bindings
(Overrides Binding.Unbind().) |
![]() | Update |
Updates the binding value (sets the source with the value of the destination)
(Overrides Binding.Update(BindingUpdateMode).) |