ComponentOne Xamarin.iOS
ItemsSource Property (C1ComboBox)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1ComboBox Class : ItemsSource Property
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

Reference

C1ComboBox Class
C1ComboBox Members