aspnet-devexpress-dot-web-dot-mvc-d659e89b.md
Contains the RichEdit extension settings.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v20.1.dll
NuGet Package : DevExpress.Web.Mvc5
public class RichEditSettings :
SettingsBase
Public Class RichEditSettings
Inherits SettingsBase
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.
Object SettingsBase RichEditSettings
See Also