'Declaration Protected Function New( _ ByVal template As GridControl _ )
'Usage Dim template As GridControl Dim instance As New GridControl(template)
protected GridControl( GridControl template )
Parameters
- template
- The GridControl to use as a template.