CaptchaSettings.TextBox Property
Gets the settings of the captcha’s text box.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
CaptchaTextBoxProperties | A CaptchaTextBoxProperties object that contains settings specific to an editor’s text box. |
Remarks
The TextBox property allows you to access and customize the settings of the Captcha‘s text box.
See Also