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

In This Topic
    DetachPopupEditor Method (ObjectEditor)
    In This Topic
    Detaches the events from the editor.
    Syntax
    'Declaration
     
    
    Public Overrides Sub DetachPopupEditor( _
       ByVal editor As Grid _
    ) 
    public override void DetachPopupEditor( 
       Grid editor
    )

    Parameters

    editor
    The window editor to be detached.
    See Also