RatingControlItemFillPrecision Enum
In This Article
Lists the values that specify how the ASPxRatingControl‘s items should be filled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Exact
|
An item is filled according to the exact decimal part of the value. |
Half
|
An item is half filled if the decimal part of the control’s value is in the range 25-74. |
Full
|
An item is fully filled if the decimal part of the control’s value is in the range 50-99. |
#Related API Members
The following properties accept/return RatingControlItemFillPrecision values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Rating |
See Also