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


In This Topic
class Property (C1ComboBox)
In This Topic
Syntax
'Declaration
 
<Xamarin.Forms.TypeConverterAttribute(Xamarin.Forms.ListStringTypeConverter)>
Public Property class As IList(Of String)
 
'Usage
 
Dim instance As C1ComboBox
Dim value As IList(Of String)
 
instance.class = value
 
value = instance.class
See Also