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 _
)
 

Parameters

parent
The parent property grid.
See Also