Number of Items in WPF Rating (SfRating) control
2 Jun 20211 minute to read
The control allows the user to rate items from a predefined list of items.
The following code sample shows how to use the ItemsCount property:
<editors:SfRating ItemsCount="5" Value="2"/>