ASPxTextEdit.NullTextStyle Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual EditorDecorationStyle NullTextStyle { get; }
#Property Value
Type | Description |
---|---|
Editor |
A Editor |
#Remarks
This property is a wrapper of the TextEditProperties.NullTextStyle property.
See Also