Introduction to Binding Expressions > The C1Binding Class > C1Binding Limitations |
C1Binding objects can only be used in one-way binding scenarios.
The reason for this is simple: regular bindings are based on simple properties, which can be evaluated or assigned values. C1Binding, however, is based on expressions, which can be evaluated but not assigned to. For example, you can assign a new value to the "Amount" property, but not to the "Credit – Debit" expression.
In addition to this, C1Binding objects have the same limitations as regular Binding objects: