The text to display when the value of the editor is null and the editor is not in edit mode. The default value is empty string.
The following code sets NullText on a XamTextEditor. It also initializes the value to null. With the following code, the XamTextEditor will display NullText if the value of the editor is null.
Note: It will do so only in display mode. When in edit mode, it will display an empty string. Therefore to see the following code snippet work, ensure that the editor doesn't have focus.
<igEditors:XamTextEditor x:Name="textEditor1" NullText="(NULL)" Value="{x:Null}" />
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2