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

ExtensionsFactory.HtmlEditor(HtmlEditorSettings) Method

Creates a HtmlEditor.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public HtmlEditorExtension HtmlEditor(
    HtmlEditorSettings settings
)

Parameters

Name Type Description
settings HtmlEditorSettings

A HtmlEditorSettings object containing HtmlEditor extension settings.

Returns

Type Description
HtmlEditorExtension

A HtmlEditorExtension object implementing the HtmlEditor functionality.

See Also