C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1AutoComplete Class / FilterString Property


In This Topic
FilterString Property (C1AutoComplete)
In This Topic
Gets the filter string used to show autocomplete suggestions.
Syntax
'Declaration
 
Public ReadOnly Property FilterString As String
 
'Usage
 
Dim instance As C1AutoComplete
Dim value As String
 
value = instance.FilterString
See Also