Interface AutoCompleteAdapter
Autocomplete adapter.
Namespace: Com.Syncfusion.Autocomplete
Assembly: Syncfusion.SfAutoComplete.Android.dll
Syntax
public interface AutoCompleteAdapter
Methods
GetView(SfAutoComplete, String, Int32)
Gets the view.
Declaration
View GetView(SfAutoComplete autoComplete, string text, int index)
Parameters
Type | Name | Description |
---|---|---|
SfAutoComplete | autoComplete | Auto complete. |
System.String | text | String type |
System.Int32 | index | Index value |
Returns
Type | Description |
---|---|
Android.Views.View | view type |