Back to Devexpress

HtmlEditorContentElementFiltering Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-d81d46f3.md

latest2.4 KB
Original Source

HtmlEditorContentElementFiltering Class

Contains settings that relate to content element filtering.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorContentElementFiltering :
    ASPxHtmlEditorSettingsBase,
    IContentElementFilteringSettings
vb
Public Class HtmlEditorContentElementFiltering
    Inherits ASPxHtmlEditorSettingsBase
    Implements 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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorContentElementFiltering

See Also

HtmlEditorContentElementFiltering Members

Online Demo: HTML Editor - Content Element Filtering

DevExpress.Web.ASPxHtmlEditor Namespace