Skip to main content

CaptchaTextBoxProperties Class

Contains settings specific to the text box within the ASPxCaptcha.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CaptchaTextBoxProperties :
    PropertiesBase,
    IPropertiesOwner

The following members return CaptchaTextBoxProperties objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxCaptcha.TextBox
ASP.NET MVC Extensions CaptchaSettings.TextBox

Remarks

An object of the CaptchaTextBoxProperties type can be accessed via the ASPxCaptcha‘s ASPxCaptcha.TextBox property.

Inheritance

Object
StateManager
PropertiesBase
CaptchaTextBoxProperties
See Also