Class RatingSelectionMode
Represents the selection mode for the Rating.
Inheritance
System.Object
RatingSelectionMode
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public sealed class RatingSelectionMode : Enum
Fields
Continuous
Indicates that all rating items up to the selected value will appear selected.
Declaration
public const RatingSelectionMode Continuous
Field Value
RatingSelectionMode
|
Single
Indicates that only one rating item can be selected at a time.
Declaration
public const RatingSelectionMode Single
Field Value
RatingSelectionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|