RatingControlSettings.FillPrecision Property
In This Article
Gets or sets a value that specifies the manner items are filled.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RatingControlItemFillPrecision FillPrecision { get; set; }
#Property Value
Type | Description |
---|---|
Rating |
One of the Rating |
#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