Many component properties are bindable, that is, they can be attached to other values in the
application, such as to other components, component properties, or to hosted services such as
databases or web services. Most components have a default property that is bindable. This
property is typically one that changes the component's displayed text or image and might be
the same property that picks up changes made by the user. For example, the Text Field
component's text
property serves both to display a text value and to send one
entered by the user, while the Drop Down List component's items
property binds
to a data structure that populates the list.
To bind the default property:
To bind general component properties: