Configuring Items in UWP Rating (SfRating)

10 May 20211 minute to read

Specifying the number of rating items in SfRating control is much simpler with the property ItemsCount.

Setting items count

ItemsCount property defines the number of rating items in control. By default, the count is zero.

<input:SfRating ItemsCount="5" x:Name="rating"/>
rating.ItemsCount = 5;
rating.ItemsCount = 5

Rating ItemsCount view