DualBindingT Class |
Namespace: Eto.Forms
[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.DualBinding`1"]
The DualBindingT type exposes the following members.
Name | Description | |
---|---|---|
![]() | DualBindingT(DirectBindingT, DirectBindingT, DualBindingMode) |
Initializes a new instance of the DualBinding class with two specified bindings
|
![]() | DualBindingT(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 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).) |