Articles in this section
Category / Section

How to change the Layout of the Calculator in the CurrencyEdit Control?

1 min read

 

There are two types of Calculator Layouts available for the CurrencyEdit control. They are “Windows Standard” and “Financial”. Each have their own functionality. The Layout of the Calculator can be changed using the CalculatorLayoutType Property.

C#

currencyEdit1.CalculatorLayoutType = CalculatorLayoutTypes.Financial;

currencyEdit2.CalculatorLayoutType = CalculatorLayoutTypes.WindowsStandard;

VB

currencyEdit1.CalculatorLayoutType = CalculatorLayoutTypes.Financial

currencyEdit2.CalculatorLayoutType = CalculatorLayoutTypes.WindowsStandard

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied