Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1ComboBox Class / SelectedValuePath Property


In This Topic
    SelectedValuePath Property (C1ComboBox)
    In This Topic
    Gets or sets the path that is used to get the value from the selected item.
    Syntax
    'Declaration
     
    
    Public Property SelectedValuePath As String
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As String
     
    instance.SelectedValuePath = value
     
    value = instance.SelectedValuePath
    public string SelectedValuePath {get; set;}
    See Also