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

CaptchaValidationSettings.ErrorImage Property

Gets or sets the settings that define an error image to be displayed within the editor’s error frame if the editor’s validation fails.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties ErrorImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to ErrorImage
ASPxCaptcha
.ValidationSettings.ErrorImage
CaptchaSettings
.ValidationSettings.ErrorImage
MVCxCaptcha
.ValidationSettings.ErrorImage

Remarks

The specified image can be displayed together with the error text set via the CaptchaValidationSettings.ErrorText property, or alone, depending upon the CaptchaValidationSettings.ErrorDisplayMode property’s setting.

See Also