ComponentOne FlexGrid for WinForms
SelectedKey Property

C1.Win.C1FlexGrid Namespace > ComboBoxEditor Class : SelectedKey Property
Gets the key that corresponds to the selected item in the currently active ComboBox editor.
Syntax
'Declaration
 
Public ReadOnly Property SelectedKey As Object
public object SelectedKey {get;}
Remarks
If there's no active editor, if the editor is not a ComboBox, or if the cell being edited does not have an associated DataMap, the value returned is null.
See Also

Reference

ComboBoxEditor Class
ComboBoxEditor Members