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

CaptchaTextBoxProperties.LabelText Property

Gets or sets the text of the text box label within the captcha control.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("Type the code shown:")]
public string LabelText { get; set; }

Property Value

Type Default Description
String "Type the code shown:"

A string value that specifies the label text.

See Also