HtmlEditorBinderSettings.ValidationHandler Property
In This Article
Enables you to specify whether the editor’s content is valid.
Namespace: DevExpress.Web.Mvc.BinderSettings
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public EventHandler<HtmlEditorValidationEventArgs> ValidationHandler { get; set; }
#Property Value
Type | Description |
---|---|
Event |
A Event |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Validation |
---|---|
DevExpress |
|
See Also