Click or drag to resize

BindableBindingT, TValueBindDataContext Method

Overload List
  NameDescription
Public methodBindDataContextTObject(ExpressionFuncTObject, TValue, DualBindingMode)
Binds to a specified property of the control's current data context.
Public methodBindDataContext(String, DualBindingMode)
Binds to the specified propertyName of the current data context.
Public methodBindDataContext(IndirectBindingTValue, DualBindingMode, TValue, TValue)
Binds to an object's DataContext using the specified dataContextBinding.
Public methodBindDataContextTObject(FuncTObject, TValue, ActionTObject, TValue, ActionTObject, EventHandlerEventArgs, ActionTObject, EventHandlerEventArgs, DualBindingMode, TValue, TValue)
Binds to a control's DataContext using delegates to get/set the value.
Top
See Also