RatingControlExtension.Bind(Decimal) Method
Binds the RatiingControl to a decimal value.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Decimal | A Decimal object that is the bound value. |
Returns
Type | Description |
---|---|
RatingControlExtension | An RatingControlExtension object that is the RatingControl extension. |
Remarks
Use the Bind method to define the RatingControl’s value on the server side.
See Also