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

CaptchaTextBoxProperties.NullTextDisplayMode Property

Gets or sets a value indicating when the null text should be displayed in the editor.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(NullTextDisplayMode.Unfocused)]
public NullTextDisplayMode NullTextDisplayMode { get; set; }

Property Value

Type Default Description
NullTextDisplayMode **Unfocused**

A NullTextDisplayMode object specifying when the null text should be displayed.

Available values:

Name Description
Unfocused

The null text is displayed when the editor is unfocused.

UnfocusedAndFocused

The null text is always displayed in the editor (when the editor is focused or unfocused).

Remarks

Note that the null text is displayed when the editor has an empty value.

The NullTextDisplayMode property is not in effect if the mask is applied to the editor.

See Also