bindDynamic
Creates a binding between the dynamic value, and the content’s property.
Parameters
value that will be set on the Content
function or function reference that will set the dynamic value on the content
Creates a binding between the dynamic value, and the content’s property.
Parameters
value that will be set on the Content
function reference that will set the dynamic value on the content
Creates a binding between the dynamic value, and the content’s property.
Parameters
value that will be set on the Content
property reference that will set the dynamic value on the content
Creates a binding between the dynamic value, and the content’s property. The default value of the property is assumed to be null, so after unbind, null value will be set to the Content.
Parameters
function reference that will set the dynamic value on the content
Creates a binding between the dynamic value, and the content’s property. The default value of the property is assumed to be null, so after unbind, null value will be set to the Content.
Parameters
property reference that will set the dynamic value on the content