Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / AutoClose Property


In This Topic
    AutoClose Property
    In This Topic
    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