Skip to main content
A newer version of this page is available. .

RatingControlExtension.Bind(Decimal) Method

Binds the RatiingControl to a decimal value.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

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