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

ASPxTextEdit.NullTextDisplayMode Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.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

This property is a wrapper of the TextEditProperties.NullTextDisplayMode property.

See Also