[]
        
(Showing Draft Content)

Data Binding

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.

highLightAutoComplete.ItemsSource = Countries.GetDemoDataList();