ASP.NET Pack Programmer's Guide
DropDown.SelectedValue Property
See Also
 





Gets the currently selected value.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string SelectedValue { get; set; }

Visual Basic  Copy Code

Public Property SelectedValue As String

 Property Value

Type: String
An integer specifying the value of the currently selected child DropDownItem. If no item is selected, the value is null (Nothing in VB.NET).

 See Also

DropDown Members
DropDown Class
MindFusion.UI.WebForms Namespace