ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / SelectedIndex Property

In This Topic
    SelectedIndex Property (DropDownList)
    In This Topic
    Returns or sets the bookmark of the currently selected item.
    Syntax
    'Declaration
     
    
    Public Property SelectedIndex As Integer
    public int SelectedIndex {get; set;}
    See Also