Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / AutoComplete Property


In This Topic
    AutoComplete Property (C1ComboBox)
    In This Topic
    Gets or sets whether the control should try to automatically complete entries using the list of items.
    Syntax
    'Declaration
     
    
    Public Property AutoComplete As Boolean
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Boolean
     
    instance.AutoComplete = value
     
    value = instance.AutoComplete
    public bool AutoComplete {get; set;}
    See Also