ExtensionsFactory.RatingControl(Action<RatingControlSettings>) Method
Creates a RatingControl.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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