Skip to main content

CaptchaValidationSettings.ErrorFrameStyle Property

Gets the style properties for the editor’s error frame.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ErrorFrameStyle ErrorFrameStyle { get; }

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 MVC Extensions CaptchaSettings
.ValidationSettings .ErrorFrameStyle
ASP.NET Web Forms Controls ASPxCaptcha
.ValidationSettings .ErrorFrameStyle

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