ExtensionsFactory.RatingControl(Action<RatingControlSettings>) Method
In This Article
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<Rating |
A delegate method that accepts Rating |
#Returns
Type | Description |
---|---|
Rating |
A Rating |
See Also