GroupedDropDownList.AddItem Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub AddItem ( _
id As String, _
name As String, _
description As String, _
group As String _
)
'Usage
Dim instance As GroupedDropDownList
Dim id As String
Dim name As String
Dim description As String
Dim group As String
instance.AddItem(id, name, description, _
group)
public void AddItem(
string id,
string name,
string description,
string group
)
Parameters
- id
Type: System.String
- name
Type: System.String
- description
Type: System.String
- group
Type: System.String