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

ASPxHtmlEditorSettings Class

Contains settings that relate to the ASPxHtmlEditor‘s base functionality.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class ASPxHtmlEditorSettings :
    ASPxHtmlEditorSettingsBase

The following members return ASPxHtmlEditorSettings objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxHtmlEditor.Settings
ASP.NET MVC Extensions HtmlEditorSettings.Settings

Remarks

An object of the ASPxHtmlEditorSettings type can be accessed via the ASPxHtmlEditor.Settings property.

See Also