C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / Children Property


In This Topic
Children Property (C1ComboBox)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property Children As IList(Of T)
 
'Usage
 
Dim instance As C1ComboBox
Dim value As IList(Of T)
 
value = instance.Children
See Also