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

ASPxHtmlEditor.SettingsValidation Property

Provides access to content validation settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorValidationSettings SettingsValidation { get; }

Property Value

Type Description
HtmlEditorValidationSettings

An HtmlEditorValidationSettings object that contains content validation settings.

See Also