HtmlEditorHtmlEditingSettings.ContentElementFiltering Property
Provides access to settings that relate to content element filtering.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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