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


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