Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridFilterRow Class / AutoComplete Property


In This Topic
    AutoComplete Property (GridFilterRow)
    In This Topic
    Gets or sets whether the typed text will be auto-completed based on the data in the grid.
    Syntax
    'Declaration
     
    
    Public Property AutoComplete As Boolean
    'Usage
     
    
    Dim instance As GridFilterRow
    Dim value As Boolean
     
    instance.AutoComplete = value
     
    value = instance.AutoComplete
    public bool AutoComplete {get; set;}
    See Also