Skip to main content

HtmlEditorContentElementFiltering Class

Contains settings that relate to content element filtering.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorContentElementFiltering :
    ASPxHtmlEditorSettingsBase,
    IContentElementFilteringSettings

The following members return HtmlEditorContentElementFiltering objects:

Remarks

A HtmlEditorContentElementFiltering class instance can be accessed using the HtmlEditorHtmlEditingSettings.ContentElementFiltering property available via the ASPxHtmlEditor.SettingsHtmlEditing property.

Inheritance

See Also