|
CurrencyTextBox
CurrencyTextBox supports display and collection of currency values. The control handles user keyboard input and currency formatting with no code required. It is fully compatible with the Windows Forms Text Box and uses the globalization features of the .NET platform to provide locale specific formatting.
Currency control
Formatting can be completely customized by providing localized information.
Custom Separator
The control supports different colors for displaying negative and positive values.
Negative in different pattern
Positive with different color and decimal
The digits displayed after the decimal point can be modified and set to the user requirement. The extra zeros can be truncated or removed while displaying the currency value.
Truncating Zeros in CurrencyTextBox
The control raises a ValidationError event when unacceptable input is encountered.
|
|
|
|