True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / ComboEventArgs Class / SelectedIndex Property

In This Topic
    SelectedIndex Property (ComboEventArgs)
    In This Topic
    Gets the index of the selected item in the combobox.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedIndex As System.Integer
    public System.int SelectedIndex {get;}
    See Also