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


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