C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / DropDown Property


In This Topic
DropDown Property
In This Topic
Gets or sets the drop-down view.
Syntax
'Declaration
 
Public Property DropDown As Xamarin.Forms.View
 
'Usage
 
Dim instance As C1DropDown
Dim value As Xamarin.Forms.View
 
instance.DropDown = value
 
value = instance.DropDown
See Also