Skip to main content

CaptchaValidationSettings.ErrorImage Property

Gets 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.v24.2.dll

NuGet Package: DevExpress.Web

#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:

Library Object Type Path to ErrorImage
ASP.NET MVC Extensions CaptchaSettings
.ValidationSettings .ErrorImage
ASP.NET Web Forms Controls ASPxCaptcha
.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