Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.BindableProperty
    'Usage
     
    
    Dim value As Xamarin.Forms.BindableProperty
     
    value = C1ComboBox.SelectedIndexProperty
    public static readonly Xamarin.Forms.BindableProperty SelectedIndexProperty
    See Also