Xamarin.Android | ComponentOne
Controls / Input / AutoComplete / Features / Data Binding
In This Topic
    Data Binding
    In This Topic

    The C1AutoComplete control provides ItemsSource property to bind the control to data. The ItemsSource property lets you bind the control to a source collection of items to display data.

    The following code illustrates how to set these properties in code to achieve data binding.

    C#
    Copy Code
    highLightAutoComplete.ItemsSource = Countries.GetDemoDataList();