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

In This Topic
    SelectedValue Property (C1Combo)
    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;}
    See Also