ESRI.ArcGIS.ADF.Web.UI.WebControls
SelectedValue Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DropDownBox Class : SelectedValue Property




The selected item's value.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ResDescriptionAttribute("The value of the selected item.")>
<ResCategoryAttribute("DropDownBox")>
<DesignerSerializationVisibilityAttribute()>
<BrowsableAttribute(False)>
Public Property SelectedValue As String
Visual Basic (Usage)Copy Code
Dim instance As DropDownBox
Dim value As String
 
instance.SelectedValue = value
 
value = instance.SelectedValue
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ResDescriptionAttribute("The value of the selected item.")]
[ResCategoryAttribute("DropDownBox")]
[DesignerSerializationVisibilityAttribute()]
[BrowsableAttribute(false)]
public string SelectedValue {get; set;}

Remarks

This is the value of the item selected in the DropDownBox.

See Also

© 2010 All Rights Reserved.