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


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