Overview

In order to display items in RadAutoCompleteBox, you have to populate the control with some data. You can achieve this by using the ItemsSource property.

Telerik UI for WPF Ninja image

The Populating with Data is part of Telerik UI for WPF, a professional grade UI library with 160+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

You cannot add items declaratively in RadAutoCompleteBox control.

In this section you will find:

  • Binding to Object – how to bind your RadAutoCompleteBox to a collection of objects.

  • DataBinding Support – detailed information about the supported data sources and RadAutoCompleteBox’s binding basics.

In this article