Skip to main content

ExtensionsFactory.RatingControl(Action<RatingControlSettings>) Method

Creates a RatingControl.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

#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