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

RatingControlExtension.GetValue(String) Method

Returns a specific RatingControl value.

Namespace: DevExpress.Web.Mvc

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

Declaration

public static decimal GetValue(
    string name
)

Parameters

Name Type Description
name String

A string specifying the RatingControl name.

Returns

Type Description
Decimal

A Decimal object representing the RatingControl value.

See Also