C1.iOS.Input Assembly / C1.iOS.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
See Also