HtmlEditorBinderSettings.ValidationHandler Property
Enables you to specify whether the editor’s content is valid.
Namespace: DevExpress.Web.Mvc.BinderSettings
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
| Type | Description |
|---|---|
| EventHandler<HtmlEditorValidationEventArgs> | A EventHandler<TEventArgs><HtmlEditorValidationEventArgs,> delegate method allowing you to implement custom processing. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ValidationHandler |
|---|---|
| DevExpressEditorsBinder |
|
See Also