ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1ComboBox Class / SelectedItem Property

In This Topic
    SelectedItem Property (C1ComboBox)
    In This Topic
    Gets or sets the current selected item or returns null if there is no selection.
    Syntax
    'Declaration
     
    
    Public Property SelectedItem As Object
    public object SelectedItem {get; set;}
    See Also