Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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