| Name | Description |
---|
  | 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
|
  | 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 |
  | BindTWidget, TValue(TWidget, ExpressionFuncTWidget, TValue, DirectBindingTValue, DualBindingMode) |
Bind a control property to the specified sourceBinding direct 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
|
  | BindDataContextT(IBindable, IndirectBindingT, IndirectBindingT, DualBindingMode, T, T) |
Adds a new binding from the control to its data context
|
  | BindDataContextT(IBindable, String, String, DualBindingMode, T, T) |
Adds a new binding with the control and the the control's current data context
|
  | BindDataContextTWidget, TValue(TWidget, ExpressionFuncTWidget, TValue, IndirectBindingTValue, DualBindingMode, TValue, TValue) | |
  | BindDataContextTWidget, TContext, TValue(TWidget, ExpressionFuncTWidget, TValue, ExpressionFuncTContext, TValue, DualBindingMode, TValue, TValue) | |
  | DefaultIfNullT, TValue(BindableBindingT, NullableTValue, NullableTValue) |
Gets a binding that returns a defaultValue if the specified binding returns a null value.
|
  | DefaultIfNullT, TValue(BindableBindingT, TValue, TValue) |
Gets a binding that returns a defaultValue if the specified binding returns a null value.
|
  | Inverse(DirectBindingBoolean) |
Gets a binding with the inverse of the specified nullable boolean value binding.
|
  | Inverse(DirectBindingNullableBoolean) |
Gets a binding with the inverse of the specified nullable boolean value binding.
|
  | InverseT(BindableBindingT, Boolean) |
Gets a bindable binding with the inverse of the specified boolean value binding.
|
  | InverseT(BindableBindingT, NullableBoolean) |
Gets a bindable binding with the inverse of the specified boolean value binding.
|