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

CaptchaTextBoxProperties.ShowLabel Property

Gets or sets whether the label within the captcha control’s text box is displayed.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool ShowLabel { get; set; }

Property Value

Type Default Description
Boolean **true**

true to display the editor’s text box label; otherwise false.

Remarks

Use the CaptchaTextBoxProperties.LabelText property to specify the text of the ASPxCaptcha‘s text box label.

See Also