ASPxTextEdit.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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
EditorDecorationStyle | A EditorDecorationStyle object that contains style settings. |
Remarks
This property is a wrapper of the TextEditProperties.NullTextStyle property.
See Also