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

TextEditProperties.NullTextStyle Property

Gets the style settings for the editor’s edit box and prompt text, when the editor is not focused and its text is null.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual EditorDecorationStyle NullTextStyle { get; }

Property Value

Type Description
EditorDecorationStyle

A EditorDecorationStyle object that contains style settings.

Remarks

Note

The NullTextStyle property synchronizes its value with the editor’s ASPxTextEdit.NullTextStyle property.

See Also