Base binding interface
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic interface IBinding
Public Interface IBinding
type IBinding = interface end
The IBinding type exposes the following members.
Methods
| Name | Description |
---|
 | Unbind |
Unbind this instance from its parent.
|
 | Update |
Updates the binding from the source to the destination
|
Top
Remarks
Binding provides a way to bind your data objects to control properties and grid values.
This base class adds the ability to unbind the binding, or update it manually.
See Also