Contains settings that relate to content element filtering.
Namespace:DevExpress.Web.ASPxHtmlEditor
Assembly:DevExpress.Web.ASPxHtmlEditor.v18.1.dll

Syntax
C# |
public class HtmlEditorContentElementFiltering : ASPxHtmlEditorSettingsBase
|
VB |
Public Class HtmlEditorContentElementFiltering Inherits ASPxHtmlEditorSettingsBase
|

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

Inheritance Hierarchy

See Also