Skip to main content

HtmlEditorHtmlEditingSettings.ContentElementFiltering Property

Provides access to settings that relate to content element filtering.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public HtmlEditorContentElementFiltering ContentElementFiltering { get; }

Property Value

Type Description
HtmlEditorContentElementFiltering

An HtmlEditorContentElementFiltering object that contains content element filtering settings.

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