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.1.dll
NuGet Package: DevExpress.Web
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