Water Mark Text Support

1 Oct 20151 minute to read

The CurrencyTextbox provides water mark text support to display the initial value in the control by water mark. The default value for WatermarkText property is empty string (“”) in CurrencyTextbox.

Configure Water Mark Text

Add the following code to your ASPX page to render the CurrencyTextbox control with water mark text.

  • HTML
  • <ej:CurrencyTextBox ID="currency" WaterMarkText="3333" runat="server"> </ej:CurrencyTextBox>

    The output after applying the WatermarkText.