Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface AutoCompleteAdapter - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved