Skip to main content
Tab

RatingControlItemFillPrecision Enum

Lists the values that specify how the ASPxRatingControl‘s items should be filled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum RatingControlItemFillPrecision

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.NET Web Forms Controls ASPxRatingControl.FillPrecision
ASP.NET MVC Extensions RatingControlSettings.FillPrecision

See Also