C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / ItemsSourceProperty Field


In This Topic
ItemsSourceProperty Field (C1ComboBox)
In This Topic
Identifies the ItemsSource dependency property.
Syntax
'Declaration
 
Public Shared ReadOnly ItemsSourceProperty As DependencyProperty
 
'Usage
 
Dim value As DependencyProperty
 
value = C1ComboBox.ItemsSourceProperty
See Also