Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1ComboBox Class / SelectedIndexProperty Field


In This Topic
    SelectedIndexProperty Field (C1ComboBox)
    In This Topic
    Identifies the SelectedIndex dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly SelectedIndexProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1ComboBox.SelectedIndexProperty
    public static readonly DependencyProperty SelectedIndexProperty
    See Also