.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