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

HtmlEditorHtmlEditingSettings Class

Contains settings that relate to a control’s HTML editing functionality.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public class HtmlEditorHtmlEditingSettings :
    ASPxHtmlEditorSettingsBase,
    IHtmlEdotirHtmlProcessingSettings,
    IHtmlProcessingSettings,
    IHtmlValidationSettings,
    IHtmlFormattingSettings

Remarks

An object of the HtmlEditorHtmlEditingSettings type is used as an argument in the ASPxHtmlEditor.CorrectHtml method.

See Also