HtmlEditorSettings.SettingsValidation Property
Provides access to content validation settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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