ComponentOne FlexGrid for WPF and Silverlight
GetBindingExpression Method (Util)

C1.Util Namespace > Util Class : GetBindingExpression Method
Element to get the binding expression for.
Child element that contains the binding.
Dependency property used in the binding.
Returns the BindingExpression associated with an editor.
Syntax
'Declaration
 
Public Shared Function GetBindingExpression( _
   ByVal e As System.Windows.FrameworkElement, _
   ByRef child As System.Windows.FrameworkElement, _
   ByRef dp As System.Windows.DependencyProperty _
) As System.Windows.Data.BindingExpression
public static System.Windows.Data.BindingExpression GetBindingExpression( 
   System.Windows.FrameworkElement e,
   out System.Windows.FrameworkElement child,
   out System.Windows.DependencyProperty dp
)

Parameters

e
Element to get the binding expression for.
child
Child element that contains the binding.
dp
Dependency property used in the binding.
See Also

Reference

Util Class
Util Members