TextEdit.ShowNullTextForEmptyValue Property
Gets or sets whether to display the null text for the Empty value. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to display the null text for the Empty value; otherwise, false. |
Remarks
If the editor’s value is set to null or TextEdit.NullValue and the TextEdit.ShowNullText property is set to true, the editor displays the text specified by the TextEdit.NullText property. Use the ShowNullTextForEmptyValue property to specify whether the Empty value is considered as the null value.
See Also