C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / IsSet Method


In This Topic
IsSet Method (C1ComboBox)
In This Topic
Syntax
'Declaration
 
Public Function IsSet( _
   ByVal targetProperty As Xamarin.Forms.BindableProperty _
) As Boolean
 
'Usage
 
Dim instance As C1ComboBox
Dim targetProperty As Xamarin.Forms.BindableProperty
Dim value As Boolean
 
value = instance.IsSet(targetProperty)

Parameters

targetProperty
See Also