Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.BindableProperty
    'Usage
     
    
    Dim value As Xamarin.Forms.BindableProperty
     
    value = C1ComboBox.SelectedValueProperty
    public static readonly Xamarin.Forms.BindableProperty SelectedValueProperty
    See Also