ExtensionsFactory.RatingControl(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(
RatingControlSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Rating |
A Rating |
#Returns
Type | Description |
---|---|
Rating |
A Rating |
See Also