CaptchaSettings.TextBox Property
In This Article
Gets the settings of the captcha’s text box.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CaptchaTextBoxProperties TextBox { get; }
#Property Value
Type | Description |
---|---|
Captcha |
A Captcha |
#Remarks
The TextBox property allows you to access and customize the settings of the Captcha‘s text box.
See Also