Skip to main content
A newer version of this page is available. .

CaptchaValidationSettings.ErrorFrameStyle Property

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

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v19.1.dll

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:

Object Type Path to ErrorFrameStyle
ASPxCaptcha
.ValidationSettings.ErrorFrameStyle
CaptchaSettings
.ValidationSettings.ErrorFrameStyle
MVCxCaptcha
.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