Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1AutoComplete Class / MinLengthProperty Field


In This Topic
    MinLengthProperty Field
    In This Topic
    Identifies the MinLength dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly MinLengthProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1AutoComplete.MinLengthProperty
    public static readonly DependencyProperty MinLengthProperty
    See Also