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

CaptchaSettings.ValidationSettings Property

Gets the Captcha’s validation settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public CaptchaValidationSettings ValidationSettings { get; }

Property Value

Type Description
CaptchaValidationSettings

A CaptchaValidationSettings object that contains validation settings.

Remarks

Use the ValidationSettings property to access and customize the settings that relate to editor validation.

See Also