C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / DataCollection Property


In This Topic
DataCollection Property (C1ComboBox)
In This Topic
Gets the underlying collection.
Syntax
'Declaration
 
Public ReadOnly Property DataCollection As C1.DataCollection.IDataCollection(Of Object)
 
'Usage
 
Dim instance As C1ComboBox
Dim value As C1.DataCollection.IDataCollection(Of Object)
 
value = instance.DataCollection
See Also