FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.Util Namespace / Util Class / CancelBindings Method
Element to clear.

In This Topic
    CancelBindings Method
    In This Topic
    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 FrameworkElement _
    ) 
    public static void CancelBindings( 
       FrameworkElement e
    )

    Parameters

    e
    Element to clear.
    See Also