ComponentOne FlexGrid for WPF and Silverlight
CancelBindings Method (Util)

C1.Util Namespace > Util Class : CancelBindings Method
Element to clear.
Removes all bindings from an element and its children, effectively canceling any edits made using the element.
Syntax
'Declaration
 
Public Shared Sub CancelBindings( _
   ByVal e As System.Windows.FrameworkElement _
) 
public static void CancelBindings( 
   System.Windows.FrameworkElement e
)

Parameters

e
Element to clear.
See Also

Reference

Util Class
Util Members