PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / CollectionEditor Class / CreatePopupEditor Method
The parent grid

In This Topic
    CreatePopupEditor Method (CollectionEditor)
    In This Topic
    Creates the editor used inside the window.
    Syntax
    'Declaration
     
    
    Public Overrides Function CreatePopupEditor( _
       ByVal parent As C1PropertyGrid _
    ) As CollectionEditorControl
    public override CollectionEditorControl CreatePopupEditor( 
       C1PropertyGrid parent
    )

    Parameters

    parent
    The parent grid
    See Also