Back to Devexpress

CaptchaValidationSettings.ErrorText Property

aspnet-devexpress-dot-web-dot-captcha-dot-captchavalidationsettings-693b2701.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("The submitted code is incorrect")]
public virtual string ErrorText { get; set; }
vb
<DefaultValue("The submitted code is incorrect")>
Public Overridable Property ErrorText As String

Property Value

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

LibraryObject TypePath to ErrorText
ASP.NET MVC ExtensionsCaptchaSettings

.ValidationSettings .ErrorText

| | ASP.NET Web Forms Controls | ASPxCaptcha |

.ValidationSettings .ErrorText

|

See Also

Captcha Control

CaptchaValidationSettings Class

CaptchaValidationSettings Members

DevExpress.Web.Captcha Namespace