BindableBindingT, TValue Methods |
The BindableBindingT, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
Bind |
Binds the specified sourceBinding to this binding.
(Overrides ObjectBindingT, TValueBind(DirectBindingTValue, DualBindingMode).) | |
BindDataContext(String, DualBindingMode) |
Binds to the specified propertyName of the current data context.
| |
BindDataContext(IndirectBindingTValue, DualBindingMode, TValue, TValue) |
Binds to an object's DataContext using the specified dataContextBinding.
| |
BindDataContextTObject(ExpressionFuncTObject, TValue, DualBindingMode) |
Binds to a specified property of the control's current data context.
| |
BindDataContextTObject(FuncTObject, TValue, ActionTObject, TValue, ActionTObject, EventHandlerEventArgs, ActionTObject, EventHandlerEventArgs, DualBindingMode, TValue, TValue) |
Binds to a control's DataContext using delegates to get/set the value.
| |
CastTNewValue |
Casts this binding value to another (compatible) type.
| |
CatchException(FuncException, Boolean) |
Catches any exceptions when setting the value of the binding
| |
CatchExceptionTException(FuncTException, Boolean) |
Catches any exceptions of the specified TException when setting the value of the binding.
| |
ChildTNewValue(ExpressionFuncT, TNewValue) |
Binds to the specified child property expression.
| |
ChildTNewValue(IndirectBindingTNewValue) |
Binds to the specified child binding of this binding.
| |
ConvertTNewValue |
Converts this binding's value to another value using delegates.
|