Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / CollectionEditor Class / CollectionEditor Constructor
The parent property grid.

In This Topic
    CollectionEditor Constructor
    In This Topic
    Initializes a new instance of the CollectionEditor class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal parent As C1PropertyGrid _
    )
    public CollectionEditor( 
       C1PropertyGrid parent
    )

    Parameters

    parent
    The parent property grid.
    See Also