Skip to main content

RatingControlExtension.GetValue(String) Method

OBSOLETE

Use the GetValue method instead.

Returns a specific RatingControl value.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

[Obsolete("Use the GetValue(string name, RatingControlSettings settings) method instead.")]
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