Overview

In order to display items, you have to populate the RadComboBox control with some data. You can do this in two ways:

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.

  • Manually, by adding items to the Items collection.

  • With data binding, by using the ItemsSource property.

In this section you will find:

See Also

In this article