CaptchaSettings.ValidationSettings Property
In This Article
Gets the Captcha’s validation settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CaptchaValidationSettings ValidationSettings { get; }
#Property Value
Type | Description |
---|---|
Captcha |
A Captcha |
#Remarks
Use the ValidationSettings property to access and customize the settings that relate to editor validation.
See Also