Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

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