Back to Devexpress

RatingControlItemFillPrecision Enum

aspnet-devexpress-dot-web-efea4f23.md

latest1.8 KB
Original Source

RatingControlItemFillPrecision Enum

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

Declaration

csharp
public enum RatingControlItemFillPrecision
vb
Public Enum RatingControlItemFillPrecision

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxRatingControl.FillPrecision
ASP.NET MVC ExtensionsRatingControlSettings.FillPrecision

See Also

Rating Control

DevExpress.Web Namespace