PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / IPropertyGridEditor Interface / Create Method
The parent grid.

In This Topic
    Create Method (IPropertyGridEditor)
    In This Topic
    Creates a new editor.
    Syntax
    'Declaration
     
    
    Function Create( _
       ByVal parent As C1PropertyGrid _
    ) As FrameworkElement

    Parameters

    parent
    The parent grid.
    See Also