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

In This Topic
    SelectedItem Property (C1ComboBox)
    In This Topic
    Gets or sets currently selected item in the C1ComboBox control.
    Syntax
    'Declaration
     
    
    Public Property SelectedItem As ComboBoxItem
    public ComboBoxItem SelectedItem {get; set;}
    See Also