TextEdit.ShowNullText Property
Gets or sets whether to display the null text. 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; otherwise, false. |
Remarks
If the editor’s value is set to null or TextEdit.NullValue and the ShowNullText property is set to true, the editor displays the text specified by the TextEdit.NullText property.
See Also