aspnet-devexpress-dot-web-efea4f23.md
Lists the values that specify how the ASPxRatingControl ‘s items should be filled.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum RatingControlItemFillPrecision
Public Enum RatingControlItemFillPrecision
| 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.
|
The following properties accept/return RatingControlItemFillPrecision values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxRatingControl.FillPrecision |
| ASP.NET MVC Extensions | RatingControlSettings.FillPrecision |
See Also