| Name | Description |
---|
| BindTWidget, TValue(TWidget, ExpressionFuncTWidget, TValue, DirectBindingTValue, DualBindingMode) |
Bind a control property to the specified sourceBinding direct binding.
|
| BindT(IBindable, IndirectBindingT, DirectBindingT, DualBindingMode) |
Adds a new binding to the control with a direct value binding
|
| BindT(IBindable, String, DirectBindingT, DualBindingMode) |
Adds a new dual binding between the control and the specified source binding
|
| BindTWidget, TSource, TValue(TWidget, ExpressionFuncTWidget, TValue, TSource, IndirectBindingTValue, DualBindingMode) |
Binds a control property to the source object using the sourceBinding.
|
| BindTWidget, TSource, TValue(TWidget, ExpressionFuncTWidget, TValue, TSource, ExpressionFuncTSource, TValue, DualBindingMode) |
Binds a control property to a source property
|
| BindT(IBindable, String, Object, String, DualBindingMode) |
Adds a new dual binding between the control and the specified object
|
| BindT(IBindable, IndirectBindingT, Object, IndirectBindingT, DualBindingMode, T, T) |
Adds a new binding to the control with an indirect binding to the provided objectValue |