ComponentOne FlexGrid for WPF and Silverlight
GetValueFromBindings Method (Util)

C1.Util Namespace > Util Class : GetValueFromBindings Method
Element to get the bound value from.
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 System.Windows.FrameworkElement _
) As System.Object
public static System.object GetValueFromBindings( 
   System.Windows.FrameworkElement e
)

Parameters

e
Element to get the bound value from.
See Also

Reference

Util Class
Util Members