ComponentOne Xamarin.iOS
MinLength Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1AutoComplete Class : MinLength Property
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

Reference

C1AutoComplete Class
C1AutoComplete Members