FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / 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.

In This Topic
    GetBindingExpression Method (Util)
    In This Topic
    Returns the BindingExpression associated with an editor.
    Syntax
    'Declaration
     
    Public Shared Function GetBindingExpression( _
       ByVal e As FrameworkElement, _
       ByRef child As FrameworkElement, _
       ByRef dp As DependencyProperty _
    ) As BindingExpression
    public static BindingExpression GetBindingExpression( 
       FrameworkElement e,
       out FrameworkElement child,
       out 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