Skip to main content

RatingControlExtension.Bind(Decimal) Method

Binds the RatiingControl to a decimal value.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public RatingControlExtension Bind(
    decimal value
)

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