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


In This Topic
    SelectedValue Property
    In This Topic
    Gets or sets the value of the currently selected item using SelectedValuePath.
    Syntax
    'Declaration
     
    
    Public Property SelectedValue As Object
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Object
     
    instance.SelectedValue = value
     
    value = instance.SelectedValue
    public object SelectedValue {get; set;}
    See Also