CaptchaValidationSettings Class
Contains settings that relate to the validation of the value entered into the editor.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.1.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.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