PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / CollectionEditor Class / DetachPopupEditor Method
The window editor to be detached.

In This Topic
    DetachPopupEditor Method (CollectionEditor)
    In This Topic
    Detaches the events from the editor.
    Syntax
    'Declaration
     
    
    Public Overridable Sub DetachPopupEditor( _
       ByVal editor As CollectionEditorControl _
    ) 
    public virtual void DetachPopupEditor( 
       CollectionEditorControl editor
    )

    Parameters

    editor
    The window editor to be detached.
    See Also