Reflection
SelectedValue Property


Gets or sets the item selected in the drop down list.
Syntax
'Declaration
 
Property SelectedValue As String
'Usage
 
Dim instance As ISmartDropDown
Dim value As String
 
instance.SelectedValue = value
 
value = instance.SelectedValue
string SelectedValue {get; set;}
See Also