ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / InitialSelectedIndex Property

In This Topic
    InitialSelectedIndex Property
    In This Topic
    Gets or sets the index of the initially selected item.
    Syntax
    'Declaration
     
    
    Public Property InitialSelectedIndex As Integer
    public int InitialSelectedIndex {get; set;}
    See Also