Overview

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

  • You just add new RadRating and it comes with its default 5 rating items [stars]

  • Set a value to the NumberOfItemsToGenerate property of the RadRating control

  • Manually, by adding items to the Items collection

  • With data binding, by using the ItemsSource property

In this section you will find:

In this article