Skip to main content

HtmlEditorHtmlEditingSettings Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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