Class RatingPrecisionMode
Represents the precision mode for the Rating.
Inheritance
System.Object
RatingPrecisionMode
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public sealed class RatingPrecisionMode : Enum
Fields
Full
Indicates that the rating can have full values only.
Declaration
public const RatingPrecisionMode Full
Field Value
RatingPrecisionMode
|
Half
Indicates that the rating can have half-values.
Declaration
public const RatingPrecisionMode Half
Field Value
RatingPrecisionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|