Click or drag to resize

BindableExtensionsBindDataContext Method

Overload List
  NameDescription
Public methodStatic memberBindDataContextTWidget, TValue(TWidget, ExpressionFuncTWidget, TValue, IndirectBindingTValue, DualBindingMode, TValue, TValue)
Binds a control property to a DataContext property
Public methodStatic memberBindDataContextTWidget, TContext, TValue(TWidget, ExpressionFuncTWidget, TValue, ExpressionFuncTContext, TValue, DualBindingMode, TValue, TValue)
Binds a control property to a DataContext property
Public methodStatic memberBindDataContextT(IBindable, IndirectBindingT, IndirectBindingT, DualBindingMode, T, T)
Adds a new binding from the control to its data context
Public methodStatic memberBindDataContextT(IBindable, String, String, DualBindingMode, T, T)
Adds a new binding with the control and the the control's current data context
Top
See Also