ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ComboBoxEditor Class / SelectedKey Property

In This Topic
    SelectedKey Property
    In This Topic
    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