.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? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -