Restrict User Selection

8 Aug 20161 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.

NOTE

By default, property value is set to False.

rating.ReadOnly= true;