CaptchaValidationSettings.ErrorFrameStyle Property
Gets the style properties for the editor’s error frame.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ErrorFrameStyle | An ErrorFrameStyle object that contains style settings. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ErrorFrameStyle |
---|---|---|
ASP.NET Web Forms Controls | ASPxCaptcha |
|
ASP.NET MVC Extensions | CaptchaSettings |
|
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