Back to Devexpress

CaptchaSettings.TextBox Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-captchasettings-ef5dcd72.md

latest1.4 KB
Original Source

CaptchaSettings.TextBox Property

Gets the settings of the captcha’s text box.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public CaptchaTextBoxProperties TextBox { get; }
vb
Public ReadOnly Property TextBox As CaptchaTextBoxProperties

Property Value

TypeDescription
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

Captcha

CaptchaSettings Class

CaptchaSettings Members

DevExpress.Web.Mvc Namespace