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


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

Parameters

property
See Also