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

RichEditSettings Class

Contains the RichEdit extension settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class RichEditSettings :
    SettingsBase

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 Rich Text Editor Overview topic to learn how to add the RichEdit extension to your project.

Inheritance

Object
SettingsBase
RichEditSettings
See Also