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

CaptchaValidationSettings Class

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

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class CaptchaValidationSettings :
    PropertiesBase,
    IValidationSettings,
    IPropertiesOwner

The following members return CaptchaValidationSettings objects:

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