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

CaptchaValidationSettings.ErrorText Property

Gets or sets the error text to be displayed within the editor’s error frame if the editor’s validation fails.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("The submitted code is incorrect")]
public virtual string ErrorText { get; set; }

Property Value

Type Default Description
String "The submitted code is incorrect"

A String value that specifies the error text.

Property Paths

You can access this nested property as listed below:

Object Type Path to ErrorText
ASPxCaptcha
.ValidationSettings.ErrorText
CaptchaSettings
.ValidationSettings.ErrorText
MVCxCaptcha
.ValidationSettings.ErrorText
See Also