HtmlEditorSettings.SettingsValidation Property
In This Article
Provides access to content validation settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public HtmlEditorValidationSettings SettingsValidation { get; }
#Property Value
Type | Description |
---|---|
Html |
An Html |
#Remarks
To learn more about built-in content validation capabilities, see the online demo: Validation.
See Also