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

HtmlEditorValidationSettings Class

Contains the ASPxHtmlEditor‘s content validation settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorValidationSettings :
    ASPxHtmlEditorSettingsBase,
    IValidationSettings,
    IPropertiesOwner

The following members return HtmlEditorValidationSettings objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxHtmlEditor.SettingsValidation
ASP.NET MVC Extensions HtmlEditorBinderSettings.ValidationSettings
HtmlEditorSettings.SettingsValidation

Remarks

These settings can be accessed via the editor’s ASPxHtmlEditor.SettingsValidation property.

Inheritance

See Also