Represents the selection mode for the Rating.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum RatingSelectionMode
Fields
Indicates that all rating items up to the selected value will appear selected.
C#
Continuous = 1
Indicates that only one rating item can be selected at a time.
C#
Single = 0