ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / SelectedValue Property

In This Topic
    SelectedValue Property (DropDownList)
    In This Topic
    Gets or sets the value of the member property specified by the ValueMember property.
    Syntax
    'Declaration
     
    
    Public Property SelectedValue As Object
    public object SelectedValue {get; set;}
    Remarks
    SelectedValue is bindable; the common usage is to bind it to a field in another DataSource.
    See Also