GroupedDropDownList.Value Property

Gets or sets a string representing the currently selected item.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property Value As String
    Get
    Set
'Usage
Dim instance As GroupedDropDownList
Dim value As String

value = instance.Value

instance.Value = value
public string Value { get; set; }

Property Value

Type: System.String
A string that represents the selected item.

See Also

Reference

GroupedDropDownList Class

GroupedDropDownList Members

Microsoft.SharePoint.WebControls Namespace