CaptchaValidationSettings.SetFocusOnError Property
In This Article
Gets or sets a value that specifies whether focus is set to the text box when validation fails.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Set |
---|---|---|
ASP. |
Captcha |
|
ASP. |
ASPx |
|
#Remarks
Use the SetFocusOnError property to specify whether focus is automatically set to the text box when captcha validation fails. This allows the user to quickly type a new value.
See Also