ComponentOne Xamarin.Android
AutoClose Property


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : AutoClose Property
Gets or sets auto closes the drop when the user hits outside it.
Syntax
'Declaration
 
Public Property AutoClose As Boolean
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
instance.AutoClose = value
 
value = instance.AutoClose
public bool AutoClose {get; set;}
See Also

Reference

C1DropDown Class
C1DropDown Members