Skip to main content
A newer version of this page is available. .
Tab

RatingControlItemFillPrecision Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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:

Remarks

The values listed by this enumeration are used to set the ASPxRatingControl.FillPrecision property.

See Also