TextBox.IsWatermark

Syntax

IsWatermark: Boolean

Description

The IsWatermark property determines if watermark is rendered when the text box is empty and not focused.

Comments

Use JSON or the setIsWatermark method to set the property value, and the getIsWatermark method to get the property value.

Text:

By default the property is set to False.

Example

The property use is given in the Example of Creating the TextBox Component page.

See also:

TextBox