  | GroupedDropDownParameterEditorDropDownItem Constructor  | 
  
    Namespace: 
   Dynamicweb.Extensibility.Editors
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic DropDownItem(
	string name,
	string groupName,
	string value
)
Public Sub New ( 
	name As String,
	groupName As String,
	value As String
)
Parameters
- name
 - Type: SystemString
 - groupName
 - Type: SystemString
 - value
 - Type: SystemString
 
See Also