Skip to main content

CaptchaValidationSettings Class

Contains settings that relate to the validation of the value entered into the editor.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CaptchaValidationSettings :
    PropertiesBase,
    IValidationSettings,
    IPropertiesOwner

The following members return CaptchaValidationSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxCaptcha.ValidationSettings
ASP.NET MVC Extensions CaptchaSettings.ValidationSettings

Remarks

An object of the CaptchaValidationSettings type can be accessed via the ASPxCaptcha.ValidationSettings property of an ASPxCaptcha control.

Inheritance

Object
StateManager
PropertiesBase
CaptchaValidationSettings
See Also