Restrict user Selection in Xamarin Rating (SfRating)

4 Aug 20221 minute to read

SfRating control provides support for changeable or unchangeable values for Rating control. This is achieved by the ReadOnly property. When this property is set to True, the Rating value becomes unchangeable. By default, this property value is set to False.

rating.ReadOnly=true;
<rating:SfRating x:Name="rating" ReadOnly="true" />

readOnly