Back to Devexpress

RatingControlExtension.Bind(Decimal) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-ratingcontrolextension-dot-bind-x28-system-dot-decimal-x29.md

latest1.6 KB
Original Source

RatingControlExtension.Bind(Decimal) Method

Binds the RatiingControl to a decimal value.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public RatingControlExtension Bind(
    decimal value
)
vb
Public Function Bind(
    value As Decimal
) As RatingControlExtension

Parameters

NameTypeDescription
valueDecimal

A Decimal object that is the bound value.

|

Returns

TypeDescription
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

RatingControl

RatingControlExtension Class

RatingControlExtension Members

DevExpress.Web.Mvc Namespace