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

HtmlEditorHtmlEditingSettings.ContentElementFiltering Property

Provides access to settings that relate to content element filtering.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorContentElementFiltering ContentElementFiltering { get; }

Property Value

Type Description
HtmlEditorContentElementFiltering

An HtmlEditorContentElementFiltering object that contains content element filtering settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to ContentElementFiltering
ASPxHtmlEditor
.SettingsHtmlEditing.ContentElementFiltering
HtmlEditorBinderSettings
.HtmlEditingSettings.ContentElementFiltering
HtmlEditorSettings
.SettingsHtmlEditing.ContentElementFiltering
MVCxHtmlEditor
.SettingsHtmlEditing.ContentElementFiltering

Remarks

ASPxHtmlEditor provides you with the capability to filter content elements. Use the ContentElementFiltering property to specify filter rules for tags, attributes, and style attributes.

To learn more, see the Content Element Filtering topic.

See Also