Category / Section
How to display the symbol inside the CurrencyTextBox?
The currency symbol can be placed inside the text box by using the CurrencyTextBox Control. The symbol is placed inside the CurrencyTextBox by using the following code example.
C#
this.currencyTextBox2.CurrencySymbol = "$";
VB
Me.currencyTextBox2.CurrencySymbol = "$"
Sample Link
http://www.syncfusion.com/downloads/support/directtrac/general/CurrencySymbol1706898763.zip