.net - DevExpress TextEdit - Mask for Negative Values -


actually, have devexpress textedit , displaying amount in textedit. have set mask properties of textedit :

 - masktype -> numeric  - editmask -> n2  - usemaskasdisplayformat -> true 

now, getting output :

 - postive values -> 800.00  - negative values -> 800.00- 

but,i want output negative values -800.00

can me?

you set: righttoleft = true - right? please set righttoleft = false & properties.appearence.textoption = far

=> when in put negative value => -800.00


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -