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

ASPxHtmlEditorHtmlEditingSettings Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class ASPxHtmlEditorHtmlEditingSettings :
    HtmlEditorHtmlEditingSettings,
    IHtmlProcessingSettings,
    IHtmlValidationSettings,
    IHtmlFormattingSettings

The following members return ASPxHtmlEditorHtmlEditingSettings objects:

Remarks

An object of the ASPxHtmlEditorHtmlEditingSettings type can be accessed via the ASPxHtmlEditor.SettingsHtmlEditing property.

See Also