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.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use the CaptchaTextBoxProperties.LabelText property to specify the text of the ASPxCaptcha‘s text box label.
See Also