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

HtmlEditorContentElementFiltering Class

Contains settings that relate to content element filtering.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.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