Back to Devexpress

RatingControlExtension Class

aspnetmvc-devexpress-dot-web-dot-mvc-50673d5a.md

latest2.9 KB
Original Source

RatingControlExtension Class

Represents an extension object implementing the RatingControl functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class RatingControlExtension :
    ExtensionBase
vb
Public Class RatingControlExtension
    Inherits ExtensionBase

The following members return RatingControlExtension objects:

Remarks

To declare the RatingControl in a View, invoke the ExtensionsFactory.RatingControl helper method. This method returns the RatingControl extension that is implemented by the RatingControlExtension class.

To configure the RatingControl extension, pass the RatingControlSettings object to the ExtensionsFactory.RatingControl helper method as a parameter. The RatingControlSettings object contains all the RatingControl extension settings.

Refer to the RatingControl Overview topic to learn how to add the RatingControl extension to your project.

Inheritance

Object ExtensionBase RatingControlExtension

See Also

RatingControlExtension Members

RatingControl

RatingControlSettings

DevExpress.Web.Mvc Namespace