Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / SelectedValue Property

In This Topic
    SelectedValue Property (C1ComboBox)
    In This Topic
    Gets or sets the value of the member property specified by the ItemsValueMember property.
    Syntax
    'Declaration
     
    
    Public Property SelectedValue As Object
    public object SelectedValue {get; set;}
    See Also