Gets the currently selected value.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public string SelectedValue { get; set; } |
Visual Basic
![]() |
---|
Public Property SelectedValue As String |
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).