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

ExtensionsFactory.RatingControl(Action<RatingControlSettings>) Method

Creates a RatingControl.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public RatingControlExtension RatingControl(
    Action<RatingControlSettings> method
)

Parameters

Name Type Description
method Action<RatingControlSettings>

A delegate method that accepts RatingControlSettings as a parameter.

Returns

Type Description
RatingControlExtension

A RatingControlExtension object implementing the RatingControl functionality.

See Also