CaptchaValidationSettings.Display Property
In This Article
Gets or sets a value that specifies the render style of the error frame displayed around the editor, if the editor’s value has not passed the validation criteria specified.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Display | Static | One of the Display enumeration values. |
Available values:
Name | Description | Image |
---|---|---|
Static | An editor initially renders an empty space reserved for the error message. |
|
Dynamic | An editor renders the space for the error message dynamically at the moment the editor fails validation. |
|
None | No error message is displayed. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Display |
---|---|---|
ASP. |
Captcha |
|
ASP. |
ASPx |
|
#Remarks
Use the Display property to control the manner in which the error frame is displayed around the editor.
See Also