RatingControlSettings.FillPrecision Property
Gets or sets a value that specifies the manner items are filled.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
RatingControlItemFillPrecision | One of the RatingControlItemFillPrecision enumerator values. |
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