DVDropDownList.SelectedValue property

This member overrides ListControl.SelectedValue.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Overrides Property SelectedValue As String
    Get
    Set
'Usage
Dim instance As DVDropDownList
Dim value As String

value = instance.SelectedValue

instance.SelectedValue = value
[BrowsableAttribute(true)]
public override string SelectedValue { get; set; }

Property value

Type: System.String

See also

Reference

DVDropDownList class

DVDropDownList members

Microsoft.SharePoint.WebControls namespace