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

HtmlEditorSettings.SettingsValidation Property

Provides access to content validation settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public HtmlEditorValidationSettings SettingsValidation { get; }

Property Value

Type Description
HtmlEditorValidationSettings

An HtmlEditorValidationSettings object that contains content validation settings.

Remarks

To learn more about built-in content validation capabilities, see the online demo: Validation.

See Also