Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1AutoComplete Class / MinLength Property


In This Topic
    MinLength Property
    In This Topic
    Gets or sets the minimum input length to trigger autocomplete suggestions.
    Syntax
    'Declaration
     
    
    Public Property MinLength As Integer
    'Usage
     
    
    Dim instance As C1AutoComplete
    Dim value As Integer
     
    instance.MinLength = value
     
    value = instance.MinLength
    public int MinLength {get; set;}
    See Also