ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexComboBox Class / SelectedIndex Property

In This Topic
    SelectedIndex Property (C1FlexComboBox)
    In This Topic
    Gets or sets the index of the item that is currently selected on the list.
    Syntax
    'Declaration
     
    
    Public Property SelectedIndex As Integer
    public int SelectedIndex {get; set;}
    See Also