How to move the Currency value from Popup Calculator to CurrencyEdit?
To move the currency value from Popup Calculator to CurrencyEdit textbox, the TransferFromCalculator Property should be True.
C#
currencyEdit1.TransferFromCalculator = true;
VB
currencyEdit1.TransferFromCalculator = True
By default, this property is True.