CaptchaValidationSettings Class
In This Article
Contains settings that relate to the validation of the value entered into the editor.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class CaptchaValidationSettings :
PropertiesBase,
IValidationSettings,
IPropertiesOwner
#Related API Members
The following members return CaptchaValidationSettings objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Captcha |
#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