ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / IComboBox Interface / SelectedValue Property

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