Version

NullText Property (WebTextEditor)

Gets sets text displayed in the control when it has no focus and the Value is not set (Value is empty string or null).
Syntax
'Declaration
 
Public Property NullText As String
public string NullText {get; set;}
Remarks

If that property is set, then NullTextCssClass is used for the INPUT element.

Notes:

It is recommended to set the Width property of editor. Otherwise, visible width of control may jump on focus and blur events, due to italic, bold and other attributes of NullTextCssClass.

If that property is set and control has no focus, then edit actions like paste and spin are not supported.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, 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

See Also