Click or drag to resize

BindableExtensionsBind Method

Overload List
  NameDescription
Public methodStatic memberBindTWidget, TValue(TWidget, ExpressionFuncTWidget, TValue, DirectBindingTValue, DualBindingMode)
Bind a control property to the specified sourceBinding direct binding.
Public methodStatic memberBindT(IBindable, IndirectBindingT, DirectBindingT, DualBindingMode)
Adds a new binding to the control with a direct value binding
Public methodStatic memberBindT(IBindable, String, DirectBindingT, DualBindingMode)
Adds a new dual binding between the control and the specified source binding
Public methodStatic memberBindTWidget, TSource, TValue(TWidget, ExpressionFuncTWidget, TValue, TSource, IndirectBindingTValue, DualBindingMode)
Binds a control property to the source object using the sourceBinding.
Public methodStatic memberBindTWidget, TSource, TValue(TWidget, ExpressionFuncTWidget, TValue, TSource, ExpressionFuncTSource, TValue, DualBindingMode)
Binds a control property to a source property
Public methodStatic memberBindT(IBindable, String, Object, String, DualBindingMode)
Adds a new dual binding between the control and the specified object
Public methodStatic memberBindT(IBindable, IndirectBindingT, Object, IndirectBindingT, DualBindingMode, T, T)
Adds a new binding to the control with an indirect binding to the provided objectValue
Top
See Also