FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.Util Namespace / Util Class / GetValueFromBindings Method
Element to get the bound value from.

In This Topic
    GetValueFromBindings Method
    In This Topic
    Returns the current value on a binding source so caller can update the target explicitly (because Silverlight doesn't have binding.UpdateTarget)
    Syntax
    'Declaration
     
    Public Shared Function GetValueFromBindings( _
       ByVal e As FrameworkElement _
    ) As Object
    public static object GetValueFromBindings( 
       FrameworkElement e
    )

    Parameters

    e
    Element to get the bound value from.
    See Also