Skip to main content

CaptchaSettings.TextBox Property

Gets the settings of the captcha’s text box.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public CaptchaTextBoxProperties TextBox { get; }

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