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.1.dll
NuGet Package: DevExpress.Web
Declaration
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 Web Forms Controls | ASPxCaptcha |
|
ASP.NET MVC Extensions | CaptchaSettings |
|
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