Skip to main content

RatingControlSettings.FillPrecision Property

Gets or sets a value that specifies the manner items are filled.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public RatingControlItemFillPrecision FillPrecision { get; set; }

Property Value

Type Description
RatingControlItemFillPrecision

One of the RatingControlItemFillPrecision enumerator values.

Available values:

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.

Remarks

Use the FillPrecision property to specify the manner items are filled, if the extension’s value (defined via the RatingControlExtension.Bind method) is a fractional number.

See Also