[]
Gets or sets the selected item in the currently active ComboBox editor.
public object SelectedItem { get; set; }
Public Property SelectedItem As Object
If there's no active editor, or if the editor is not a ComboBox, the value returned is null.