In Code Behind
This tutorial will walk you through the common tasks of adding and removing RadListBoxItems programmatically.
Example 1: RadListBox without Items
Adding RadListBoxItems
In order to add items to a RadListBox, you can create new RadListBoxItems and add them to the Items collection of the control.
Example 2: Populating RadListBox with items from code-behind
Figure 1: RadListBox populated in code
Removing RadListBoxItems
In order to remove a specific RadListBoxItem, you should remove it from the RadListBox's Items collection.