Skip to main content
A newer version of this page is available. .

RichEditExtension Class

Represents an extension object implementing the RichEdit functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public class RichEditExtension :
    ExtensionBase

Remarks

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

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

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

Inheritance

Object
ExtensionBase
RichEditExtension
See Also