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

HtmlEditorBinderSettings.ValidationHandler Property

Enables you to specify whether the editor’s content is valid.

Namespace: DevExpress.Web.Mvc.BinderSettings

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

Declaration

public EventHandler<HtmlEditorValidationEventArgs> ValidationHandler { get; set; }

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
.HtmlEditorBinderSettings.ValidationHandler
See Also