Class RatingPrecision
Specifies the selecting precision of the RadRating.
Inheritance
Namespace: Telerik.Windows.Controls.Rating
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class RatingPrecision : Enum
Fields
Exact
Specifies that the RadRating can be rated with a precise part of the star (RadRatingItem).
Declaration
public const RatingPrecision Exact
Field Value
RatingPrecision
|
Half
Specifies that the RadRating can be rated with half a star (RadRatingItem).
Declaration
public const RatingPrecision Half
Field Value
RatingPrecision
|
Item
Specifies that the RadRating can be rated with the whole star (RadRatingItem).
Declaration
public const RatingPrecision Item
Field Value
RatingPrecision
|
value__
Declaration
public int value__
Field Value
System.Int32
|