Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / ItemsSource Property


In This Topic
    ItemsSource Property (C1ComboBox)
    In This Topic
    Gets or sets the source collection that contains the items to select from.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As IEnumerable
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As IEnumerable
     
    instance.ItemsSource = value
     
    value = instance.ItemsSource
    public IEnumerable ItemsSource {get; set;}
    See Also