CaptchaValidationSettings.ErrorImage Property
In This Article
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 |
---|---|
Image |
An Image |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Error |
---|---|---|
ASP. |
Captcha |
|
ASP. |
ASPx |
|
#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