Gets or sets whether to display the null text for the System.String.Empty value. This is a dependency property.
Namespace:DevExpress.Xpf.Editors.Settings
Assembly:DevExpress.Xpf.Core.v19.2.dll

Syntax
C# |
public bool ShowNullTextForEmptyValue { get; set; }
|
VB |
Public Property ShowNullTextForEmptyValue As Boolean
|
Property value
Type: Boolean
true to display the null text for the System.String.Empty value; otherwise, false.

Remarks
If the editor's value is set to null, DBNull or BaseEdit.NullValue and the ShowNullText property is set to true, the editor displays the text specified by the NullText property. Use the ShowNullTextForEmptyValue property to specify whether the System.String.Empty value is considered as the null value.

See Also