Back to Devexpress

CaptchaTextBoxProperties.LabelText Property

aspnet-devexpress-dot-web-dot-captcha-dot-captchatextboxproperties.md

latest1.4 KB
Original Source

CaptchaTextBoxProperties.LabelText Property

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

Namespace : DevExpress.Web.Captcha

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("Type the code shown:")]
public string LabelText { get; set; }
vb
<DefaultValue("Type the code shown:")>
Public Property LabelText As String

Property Value

TypeDefaultDescription
String"Type the code shown:"

A string value that specifies the label text.

|

See Also

Captcha Control

CaptchaTextBoxProperties Class

CaptchaTextBoxProperties Members

DevExpress.Web.Captcha Namespace