Skip to main content

HtmlEditorSettings Class

Contains the HtmlEditor extension settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class HtmlEditorSettings :
    SettingsBase

Remarks

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

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

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

Inheritance

Object
SettingsBase
HtmlEditorSettings
See Also