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


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