ExtensionsFactory.RatingControl(RatingControlSettings) Method
Creates a RatingControl.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| settings | RatingControlSettings | A RatingControlSettings object containing RatingControl extension settings. |
Returns
| Type | Description |
|---|---|
| RatingControlExtension | A RatingControlExtension object implementing the RatingControl functionality. |
See Also