Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1ComboBox Class / AutoCompleteProperty Field


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