PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / IPropertyGridEditor Interface / Detach Method
The editor being detached from.

In This Topic
    Detach Method (IPropertyGridEditor)
    In This Topic
    Detaches the editor.
    Syntax
    'Declaration
     
    
    Sub Detach( _
       ByVal editor As FrameworkElement _
    ) 
    void Detach( 
       FrameworkElement editor
    )

    Parameters

    editor
    The editor being detached from.
    See Also