ComponentOne FlexGrid for WinForms
SelectedItem Property

C1.Win.C1FlexGrid Namespace > ComboBoxEditor Class : SelectedItem Property
Gets or sets the selected item in the currently active ComboBox editor.
Syntax
'Declaration
 
Public Property SelectedItem As Object
public object SelectedItem {get; set;}
Remarks
If there's no active editor, or if the editor is not a ComboBox, the value returned is null.
See Also

Reference

ComboBoxEditor Class
ComboBoxEditor Members