ComponentOne Extended Library for WPF and Silverlight
CollectionEditor Constructor

C1.Silverlight.Extended.PropertyGrid Namespace > CollectionEditor Class : CollectionEditor Constructor
The parent property grid.
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

Reference

CollectionEditor Class
CollectionEditor Members