12.3 BindingModeSyntax

[values]

OneTime

Updates the target property when the binding is created.

OneWay

Updates the target property when the binding is created. Changes to the source object can also propagate to the target.

TwoWay

Updates either the target or the source object when either changes. When the binding is created, the target property is updated from the source.