CaptchaValidationSettings.ErrorFrameStyle Property
In This Article
Gets the style properties for the editor’s error frame.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ErrorFrameStyle ErrorFrameStyle { get; }
#Property Value
Type | Description |
---|---|
Error |
An Error |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Error |
---|---|---|
ASP. |
Captcha |
|
ASP. |
ASPx |
|
#Remarks
Use the ErrorFrameStyle property to define the appearance of the editor’s error frame. The error frame is displayed if the editor’s value has not passed the validation criteria specified.
See Also